Home
last modified time | relevance | path

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

/freebsd/crypto/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,
334 static int aes_gcm_siv_ctr32(PROV_AES_GCM_SIV_CTX *ctx, const unsigned char *init_counter, in aes_gcm_siv_ctr32() argument
350 memcpy(&block, init_counter, sizeof(block)); in aes_gcm_siv_ctr32()