Home
last modified time | relevance | path

Searched refs:p8c (Results 1 – 2 of 2) sorted by relevance

/openssl/test/helpers/
H A Dpkcs12.c589 const PKCS8_PRIV_KEY_INFO *p8c; in check_keybag() local
608 p8c = PKCS12_SAFEBAG_get0_p8inf(bag); in check_keybag()
609 if (!TEST_ptr(pkey = EVP_PKCS82PKEY(p8c))) { in check_keybag()
/openssl/apps/
H A Dpkcs12.c1005 const PKCS8_PRIV_KEY_INFO *p8c; in dump_certs_pkeys_bag() local
1019 p8c = PKCS12_SAFEBAG_get0_p8inf(bag); in dump_certs_pkeys_bag()
1020 if ((pkey = EVP_PKCS82PKEY(p8c)) == NULL) in dump_certs_pkeys_bag()
1022 print_attribs(out, PKCS8_pkey_get0_attrs(p8c), "Key Attributes"); in dump_certs_pkeys_bag()

Completed in 11 milliseconds