Lines Matching full:pkcs12
626 PKCS12 *d2i_PKCS12(PKCS12 **out_p12, const uint8_t **ber_bytes,
628 PKCS12 *p12;
630 p12 = OPENSSL_malloc(sizeof(PKCS12));
654 PKCS12* d2i_PKCS12_bio(BIO *bio, PKCS12 **out_p12) {
659 PKCS12 *ret = NULL;
703 PKCS12* d2i_PKCS12_fp(FILE *fp, PKCS12 **out_p12) {
705 PKCS12 *ret;
717 int PKCS12_parse(const PKCS12 *p12, const char *password, EVP_PKEY **out_pkey,
758 int PKCS12_verify_mac(const PKCS12 *p12, const char *password,
783 void PKCS12_free(PKCS12 *p12) {