Searched refs:EVP_PKCS82PKEY (Results 1 – 19 of 19) sorted by relevance
5 EVP_PKEY2PKCS8, EVP_PKCS82PKEY_ex, EVP_PKCS82PKEY13 EVP_PKEY *EVP_PKCS82PKEY(const PKCS8_PRIV_KEY_INFO *p8);24 EVP_PKCS82PKEY() is similiar to EVP_PKCS82PKEY_ex() but uses default values of30 EVP_PKCS82PKEY() and EVP_PKCS82PKEY_ex() return a private key on success.
188 They're called by L<EVP_PKCS82PKEY(3)> and L<EVP_PKEY2PKCS8(3)>.
203 *pkey = EVP_PKCS82PKEY(PKCS12_SAFEBAG_get0_p8inf(bag)); in parse_bag()213 *pkey = EVP_PKCS82PKEY(p8); in parse_bag()
96 EVP_PKEY *EVP_PKCS82PKEY(const PKCS8_PRIV_KEY_INFO *p8) in EVP_PKCS82PKEY() function
602 if (!TEST_ptr(pkey = EVP_PKCS82PKEY(p8c))) { in check_keybag()617 if (!TEST_ptr(pkey = EVP_PKCS82PKEY(p8))) { in check_keybag()
195 ret = EVP_PKCS82PKEY(p8inf); in d2i_PKCS8PrivateKey_bio()
348 if ((pkey = EVP_PKCS82PKEY(p8inf)) == NULL) { in pkcs8_main()
916 if ((pkey = EVP_PKCS82PKEY(p8c)) == NULL) in dump_certs_pkeys_bag()938 if ((pkey = EVP_PKCS82PKEY(p8)) == NULL) { in dump_certs_pkeys_bag()
564 …pub fn EVP_PKCS82PKEY(p8: #[const_ptr_if(any(ossl110, libressl280))] PKCS8_PRIV_KEY_INFO) -> *mut …
310 * Added `EVP_PKCS82PKEY`.
669 EVP_PKCS82PKEY(3)
167 EVP_PKCS82PKEY 171 3_0_0 EXIST::FUNCTION:
678 let res = cvt_p(ffi::EVP_PKCS82PKEY(p8inf)).map(|p| PKey::from_ptr(p)); in private_key_from_pkcs8()
1014 EVP_PKEY *EVP_PKCS82PKEY(const PKCS8_PRIV_KEY_INFO *p8);
1660 if (!TEST_ptr_null(pkey = EVP_PKCS82PKEY(p8inf))) in test_EVP_PKCS82PKEY()1693 || !TEST_ptr(pkey2 = EVP_PKCS82PKEY(p8inf)) in test_EVP_PKCS82PKEY_wrong_tag()
1050 EVP_PKEY *EVP_PKCS82PKEY(const PKCS8_PRIV_KEY_INFO *p8);
698 L<EVP_PKCS82PKEY(3)>
2837 pkey->reset(EVP_PKCS82PKEY(p8inf.get())); in ParsePrivateKey()
6102 or EVP_PKCS82PKEY) and could lead to a DoS attack or memory corruption7183 or EVP_PKCS82PKEY) and could lead to a DoS attack or memory corruption8248 or EVP_PKCS82PKEY) and could lead to a DoS attack or memory corruption11620 - EVP_PKCS82PKEY (crypto/evp/evp_pkey.c) now can handle ECDSA;