Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc3486 jint nonceLength = static_cast<jint>(EVP_AEAD_nonce_length(evpAead)); in NativeCrypto_EVP_AEAD_nonce_length() local
3487 JNI_TRACE("EVP_AEAD_nonce_length(%p) => %d", evpAead, nonceLength); in NativeCrypto_EVP_AEAD_nonce_length()
3488 return nonceLength; in NativeCrypto_EVP_AEAD_nonce_length()