Home
last modified time | relevance | path

Searched refs:EVP_CTRL_GCM_IV_GEN (Results 1 – 3 of 3) sorted by last modified time

/dragonfly/crypto/openssh/
H A Dcipher.c372 if (!EVP_CIPHER_CTX_ctrl(cc->evp, EVP_CTRL_GCM_IV_GEN, in cipher_crypt()
489 if (!EVP_CIPHER_CTX_ctrl(cc->evp, EVP_CTRL_GCM_IV_GEN, in cipher_get_keyiv()
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h259 #define EVP_CTRL_GCM_IV_GEN 0x13 macro
/dragonfly/crypto/libressl/crypto/evp/
H A De_aes.c1352 case EVP_CTRL_GCM_IV_GEN: in aes_gcm_ctrl()
1514 EVP_CTRL_GCM_IV_GEN : EVP_CTRL_GCM_SET_IV_INV, in aes_gcm_tls_cipher()