Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_ppc.inc52 u64 next_ctr = 0;
62 next_ctr = blocks_unused;
66 next_ctr = nb;
74 add32TOU(ivec + 12, (u32) next_ctr);
/freebsd/sys/crypto/openssl/
H A Dossl_aes_gcm.c96 uint64_t next_ctr = 0; in ppc_aes_gcm_crypt() local
111 next_ctr = blocks_unused; in ppc_aes_gcm_crypt()
115 next_ctr = nb; in ppc_aes_gcm_crypt()
124 ivec->d[3] = bswap32(ivec_val + next_ctr); in ppc_aes_gcm_crypt()
126 ivec->d[3] += next_ctr; in ppc_aes_gcm_crypt()