Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c287 static EVP_AES_GCM_CTX *aes_gcm_from_cipher_ctx(EVP_CIPHER_CTX *ctx) { in aes_gcm_from_cipher_ctx() function
311 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(ctx); in aes_gcm_init_key()
342 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(c); in aes_gcm_cleanup()
366 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(c); in aes_gcm_ctrl()
458 EVP_AES_GCM_CTX *gctx_out = aes_gcm_from_cipher_ctx(out); in aes_gcm_ctrl()
478 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(ctx); in aes_gcm_cipher()