Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv_hw.c22 static int aes_gcm_siv_ctr32(PROV_AES_GCM_SIV_CTX *ctx, const unsigned char *init_counter,
201 error |= !aes_gcm_siv_ctr32(ctx, counter_block, out, in, len); in aes_gcm_siv_encrypt()
232 error |= !aes_gcm_siv_ctr32(ctx, counter_block, out, in, len); in aes_gcm_siv_decrypt()
335 static int aes_gcm_siv_ctr32(PROV_AES_GCM_SIV_CTX *ctx, const unsigned char *init_counter, in aes_gcm_siv_ctr32() function

Completed in 5 milliseconds