Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c96 } EVP_AES_GCM_CTX; typedef
287 static EVP_AES_GCM_CTX *aes_gcm_from_cipher_ctx(EVP_CIPHER_CTX *ctx) { in aes_gcm_from_cipher_ctx()
290 alignof(EVP_AES_GCM_CTX) <= 16, in aes_gcm_from_cipher_ctx()
297 sizeof(EVP_AES_GCM_CTX) + EVP_AES_GCM_CTX_PADDING); in aes_gcm_from_cipher_ctx()
306 return (EVP_AES_GCM_CTX *)ptr; in aes_gcm_from_cipher_ctx()
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()
[all …]