Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher/
De_aes.c95 } EVP_AES_GCM_CTX; typedef
471 EVP_AES_GCM_CTX *gctx = ctx->cipher_data; in aes_gcm_init_key()
501 EVP_AES_GCM_CTX *gctx = c->cipher_data; in aes_gcm_cleanup()
525 EVP_AES_GCM_CTX *gctx = c->cipher_data; in aes_gcm_ctrl()
617 EVP_AES_GCM_CTX *gctx_out = out->cipher_data; in aes_gcm_ctrl()
637 EVP_AES_GCM_CTX *gctx = ctx->cipher_data; in aes_gcm_cipher()
753 sizeof(EVP_AES_GCM_CTX),
781 sizeof(EVP_AES_GCM_CTX),
815 sizeof(EVP_AES_GCM_CTX),
884 EVP_AES_GCM_CTX *gctx = ctx->cipher_data; in aesni_gcm_init_key()
[all …]