Home
last modified time | relevance | path

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

/src/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c78 unsigned char tempiv[CHACHA_CTR_SIZE] = { 0 }; in chacha20_poly1305_initiv() local
89 memcpy(tempiv + CHACHA_CTR_SIZE - noncelen, bctx->oiv, in chacha20_poly1305_initiv()
94 tempiv, sizeof(tempiv), NULL); in chacha20_poly1305_initiv()
97 tempiv, sizeof(tempiv), NULL); in chacha20_poly1305_initiv()