Searched refs:ossl_aes_gcm_setkey (Results 1 – 2 of 2) sorted by relevance
44 ossl_cipher_setkey_t ossl_aes_gcm_setkey; variable59 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()
348 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