Home
last modified time | relevance | path

Searched refs:initiv (Results 1 - 9 of 9) sorted by relevance

/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20.c160 hw->initiv(ctx); in ossl_chacha20_einit()
179 hw->initiv(ctx); in ossl_chacha20_dinit()
H A Dcipher_chacha20.h26 int (*initiv)(PROV_CIPHER_CTX *ctx); member
H A Dcipher_chacha20_poly1305.h37 int (*initiv)(PROV_CIPHER_CTX *ctx); member
H A Dcipher_chacha20_poly1305.c238 hw->initiv(ctx); in chacha20_poly1305_einit()
258 hw->initiv(ctx); in chacha20_poly1305_dinit()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20.h26 int (*initiv)(PROV_CIPHER_CTX *ctx); member
H A Dcipher_chacha20_poly1305.h37 int (*initiv)(PROV_CIPHER_CTX *ctx); member
H A Dcipher_chacha20.c180 hw->initiv(ctx); in ossl_chacha20_einit()
199 hw->initiv(ctx); in ossl_chacha20_dinit()
H A Dcipher_chacha20_poly1305.c258 hw->initiv(ctx); in chacha20_poly1305_einit()
278 hw->initiv(ctx); in chacha20_poly1305_dinit()
/third_party/node/lib/internal/crypto/
H A Dcipher.js122 this[kHandle].initiv(cipher, credential, iv, authTagLength);

Completed in 4 milliseconds