Searched defs:EVP_AEAD_nonce_length (Results 1 – 4 of 4) sorted by relevance
30 size_t EVP_AEAD_nonce_length(const EVP_AEAD *aead) { return aead->nonce_len; } in EVP_AEAD_nonce_length() function
326 static native int EVP_AEAD_nonce_length(long evpAead); in EVP_AEAD_nonce_length() method in NativeCrypto
341 static native int EVP_AEAD_nonce_length(long evpAead); in EVP_AEAD_nonce_length() method in NativeCrypto
965 #define EVP_AEAD_nonce_length GRPC_SHADOW_EVP_AEAD_nonce_length macro