Searched refs:EVP_CIPHER_nid (Results 1 – 11 of 11) sorted by relevance
74 if (!TEST_true(PKCS5_pbe_set0_algor(algor, EVP_CIPHER_nid(cipher), pbe_iter, in test_pkcs5_pbe()
453 #[corresponds(EVP_CIPHER_nid)]455 let nid = unsafe { ffi::EVP_CIPHER_nid(self.as_ptr()) }; in nid()
96 let nid = unsafe { ffi::EVP_CIPHER_nid(self.0) }; in nid()
82 pub unsafe fn EVP_CIPHER_nid(cipher: *const EVP_CIPHER) -> c_int {
42 pub fn EVP_CIPHER_nid(cipher: *const EVP_CIPHER) -> c_int;
653 EVP_CIPHER_nid define
234 * Added `EVP_CIPHER_nid`.
464 int EVP_CIPHER_nid(const EVP_CIPHER *cipher);465 # define EVP_CIPHER_name(e) OBJ_nid2sn(EVP_CIPHER_nid(e))
80 EVP_CIPHER_nid,214 #define EVP_CIPHER_nid EVP_CIPHER_get_nid1697 The EVP_CIPHER_nid(), EVP_CIPHER_name(), EVP_CIPHER_block_size(),
578 # define EVP_CIPHER_nid EVP_CIPHER_get_nid macro
2589 return EVP_CIPHER_nid(cipher) == NID_chacha20_poly1305 || in IsSupportedAuthenticatedMode()3727 if (EVP_CIPHER_nid(cipher) == NID_chacha20_poly1305) { in InitIv()