Symbol: PROV_AES_GCM_SIV_CTX
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
141
PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
162
PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
177
PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
217
PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
29
PROV_AES_GCM_SIV_CTX *ctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
46
PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
58
PROV_AES_GCM_SIV_CTX *in = (PROV_AES_GCM_SIV_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
59
PROV_AES_GCM_SIV_CTX *ret;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
95
PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
110
static int aes_gcm_siv_aad(PROV_AES_GCM_SIV_CTX *ctx,
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
140
static int aes_gcm_siv_encrypt(PROV_AES_GCM_SIV_CTX *ctx, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
201
static int aes_gcm_siv_decrypt(PROV_AES_GCM_SIV_CTX *ctx, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
22
static int aes_gcm_siv_ctr32(PROV_AES_GCM_SIV_CTX *ctx, const unsigned char *init_counter,
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
266
static int aes_gcm_siv_finish(PROV_AES_GCM_SIV_CTX *ctx)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
27
PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
282
PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
300
PROV_AES_GCM_SIV_CTX *ctx = (PROV_AES_GCM_SIV_CTX *)vctx;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
308
PROV_AES_GCM_SIV_CTX *dst = (PROV_AES_GCM_SIV_CTX *)vdst;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
309
PROV_AES_GCM_SIV_CTX *src = (PROV_AES_GCM_SIV_CTX *)vsrc;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
339
static int aes_gcm_siv_ctr32(PROV_AES_GCM_SIV_CTX *ctx, const unsigned char *init_counter,