Home | History | Annotate | Download | only in openssl

Lines Matching full:pkcs12

136 // |PKCS12| structure. The |out_p12| argument should be NULL(?). On exit,
137 // |*ber_bytes| will be advanced by |ber_len|. It returns a fresh |PKCS12|
146 OPENSSL_EXPORT PKCS12 *d2i_PKCS12(PKCS12 **out_p12, const uint8_t **ber_bytes,
150 OPENSSL_EXPORT PKCS12* d2i_PKCS12_bio(BIO *bio, PKCS12 **out_p12);
153 OPENSSL_EXPORT PKCS12* d2i_PKCS12_fp(FILE *fp, PKCS12 **out_p12);
163 OPENSSL_EXPORT int PKCS12_parse(const PKCS12 *p12, const char *password,
170 // get anything from a |PKCS12|. Thus |password| and |password_len| may be
175 OPENSSL_EXPORT int PKCS12_verify_mac(const PKCS12 *p12, const char *password,
179 OPENSSL_EXPORT void PKCS12_free(PKCS12 *p12);
189 BORINGSSL_MAKE_DELETER(PKCS12, PKCS12_free)