Home
last modified time | relevance | path

Searched refs:aes_cipher (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Devp_libctx_test.c570 EVP_CIPHER *tdes_cipher = NULL, *aes_cipher = NULL; in test_cipher_tdes_randkey() local
573 ret = TEST_ptr(aes_cipher = EVP_CIPHER_fetch(libctx, "AES-256-CBC", NULL)) in test_cipher_tdes_randkey()
574 && TEST_int_eq(EVP_CIPHER_get_flags(aes_cipher) & EVP_CIPH_RAND_KEY, 0) in test_cipher_tdes_randkey()
583 EVP_CIPHER_free(aes_cipher); in test_cipher_tdes_randkey()
/netbsd-src/tests/crypto/opencrypto/
H A Dh_ioctl.c58 unsigned char aes_cipher[AES_CIPHER_LEN] = variable
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.c47 # define aes_cipher ossl_cipher_generic_cipher macro