Searched defs:EVP_AEAD_nonce_length (Results 1 – 5 of 5) sorted by relevance
30 size_t EVP_AEAD_nonce_length(const EVP_AEAD *aead) { return aead->nonce_len; } in EVP_AEAD_nonce_length() function
362 static native int EVP_AEAD_nonce_length(long evpAead); in EVP_AEAD_nonce_length() method in NativeCrypto
349 static native int EVP_AEAD_nonce_length(long evpAead); in EVP_AEAD_nonce_length() method in NativeCrypto
1558 #define EVP_AEAD_nonce_length BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_AEAD_nonce_length) macro
1525 #define EVP_AEAD_nonce_length BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_AEAD_nonce_length) macro