Searched refs:ctx_dec (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | crypto_internal-cipher.c | 28 void *ctx_dec; member 70 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len); in crypto_cipher_init() 71 if (ctx->u.aes.ctx_dec == NULL) { in crypto_cipher_init() 186 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt() 235 aes_decrypt_deinit(ctx->u.aes.ctx_dec); in crypto_cipher_deinit()
|
| /freebsd/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 7682 EVP_CIPHER_CTX *ctx_dec = NULL, *ctx_dec_bad = NULL; in test_aead_oneshot_zerolen() local 7711 ctx_dec = aead_oneshot_zerolen_ctx(cipher, 0, key, iv, aad, aad_len, in test_aead_oneshot_zerolen() 7713 if (!TEST_ptr(ctx_dec) in test_aead_oneshot_zerolen() 7714 || !TEST_int_ge(EVP_Cipher(ctx_dec, out, NULL, 0), 0)) in test_aead_oneshot_zerolen() 7743 EVP_CIPHER_CTX_free(ctx_dec); in test_aead_oneshot_zerolen()
|