Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/cipher/
Daes_gcm_ossl.c223 if (!EVP_CIPHER_CTX_ctrl(c->ctx, EVP_CTRL_GCM_SET_IVLEN, 12, 0)) { in srtp_aes_gcm_openssl_set_iv()
/external/boringssl/src/include/openssl/
Dcipher.h488 #define EVP_CTRL_GCM_SET_IVLEN EVP_CTRL_AEAD_SET_IVLEN macro
/external/grpc-grpc/src/core/tsi/alts/crypt/
Daes_gcm.cc623 if (!EVP_CIPHER_CTX_ctrl(aes_gcm_crypter->ctx, EVP_CTRL_GCM_SET_IVLEN, in aes_gcm_new_evp_cipher_ctx()