Searched refs:nonceLength (Results 1 – 1 of 1) sorted by relevance
3567 jint nonceLength = static_cast<jint>(EVP_AEAD_nonce_length(evpAead)); in NativeCrypto_EVP_AEAD_nonce_length() local3568 JNI_TRACE("EVP_AEAD_nonce_length(%p) => %d", evpAead, nonceLength); in NativeCrypto_EVP_AEAD_nonce_length()3569 return nonceLength; in NativeCrypto_EVP_AEAD_nonce_length()