Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_ppc.inc49 int ctr_reset = 0;
63 ctr_reset = 1;
75 if (ctr_reset) {
76 ctr_reset = 0;
/freebsd/sys/crypto/openssl/
H A Dossl_aes_gcm.c92 int ctr_reset = 0; in ppc_aes_gcm_crypt() local
112 ctr_reset = 1; in ppc_aes_gcm_crypt()
128 if (ctr_reset) { in ppc_aes_gcm_crypt()
129 ctr_reset = 0; in ppc_aes_gcm_crypt()