Searched refs:p8c (Results 1 – 2 of 2) sorted by relevance
589 const PKCS8_PRIV_KEY_INFO *p8c; in check_keybag() local608 p8c = PKCS12_SAFEBAG_get0_p8inf(bag); in check_keybag()609 if (!TEST_ptr(pkey = EVP_PKCS82PKEY(p8c))) { in check_keybag()
1005 const PKCS8_PRIV_KEY_INFO *p8c; in dump_certs_pkeys_bag() local1019 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