Home
last modified time | relevance | path

Searched refs:nid_cert (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_crt.c38 X509 *cert, STACK_OF(X509) *ca, int nid_key, int nid_cert, in PKCS12_create_ex() argument
54 if (nid_cert == NID_undef) in PKCS12_create_ex()
55 nid_cert = NID_aes_256_cbc; in PKCS12_create_ex()
94 if (bags && !PKCS12_add_safe_ex(&safes, bags, nid_cert, iter, pass, in PKCS12_create_ex()
149 STACK_OF(X509) *ca, int nid_key, int nid_cert, int iter, in PKCS12_create() argument
152 return PKCS12_create_ex(pass, name, pkey, cert, ca, nid_key, nid_cert, in PKCS12_create()
/freebsd/crypto/openssl/doc/man3/
H A DPKCS12_create.pod13 int nid_key, int nid_cert, int iter, int mac_iter, int keytype);
15 X509 *cert, STACK_OF(X509) *ca, int nid_key, int nid_cert,
28 I<nid_key> and I<nid_cert> are the encryption algorithms that should be used
39 The parameters I<nid_key>, I<nid_cert>, I<iter>, I<mac_iter> and I<keytype>
74 I<nid_key> or I<nid_cert> can be set to -1 indicating that no encryption
/freebsd/crypto/openssl/include/openssl/
H A Dpkcs12.h309 X509 *cert, STACK_OF(X509) *ca, int nid_key, int nid_cert,
312 X509 *cert, STACK_OF(X509) *ca, int nid_key, int nid_cert,
H A Dpkcs12.h.in286 X509 *cert, STACK_OF(X509) *ca, int nid_key, int nid_cert,
289 X509 *cert, STACK_OF(X509) *ca, int nid_key, int nid_cert,