Searched refs:ossl_aes_gcm_setkey (Results 1 – 5 of 5) 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()
59 ossl_cipher_setkey_t ossl_aes_gcm_setkey; variable144 ossl_cipher_aes_gcm.set_encrypt_key = ossl_aes_gcm_setkey; in ossl_cpuid()145 ossl_cipher_aes_gcm.set_decrypt_key = ossl_aes_gcm_setkey; in ossl_cpuid()
45 ossl_cipher_setkey_t ossl_aes_gcm_setkey; variable82 ossl_cipher_aes_gcm.set_encrypt_key = ossl_aes_gcm_setkey; in ossl_cpuid()83 ossl_cipher_aes_gcm.set_decrypt_key = ossl_aes_gcm_setkey; in ossl_cpuid()
603 int ossl_aes_gcm_setkey(const unsigned char *key, int klen, void *_ctx);606 ossl_aes_gcm_setkey(const unsigned char *key, int klen, in ossl_aes_gcm_setkey() function
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