Home
last modified time | relevance | path

Searched refs:ossl_aes_gcm_setkey (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/crypto/openssl/
H A Dossl_arm.c44 ossl_cipher_setkey_t ossl_aes_gcm_setkey; variable
59 ossl_cipher_aes_gcm.set_encrypt_key = ossl_aes_gcm_setkey; in ossl_cpuid()
60 ossl_cipher_aes_gcm.set_decrypt_key = ossl_aes_gcm_setkey; in ossl_cpuid()
/freebsd/sys/crypto/openssl/arm/
H A Dossl_aes_gcm.c348 int ossl_aes_gcm_setkey(const unsigned char *key, int klen, void *_ctx);
351 ossl_aes_gcm_setkey(const unsigned char *key, int klen, void *_ctx) in ossl_aes_gcm_setkey() function