Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_crt.c39 int iter, int mac_iter, int keytype, in PKCS12_create_ex() argument
60 if (!mac_iter) in PKCS12_create_ex()
61 mac_iter = PKCS12_DEFAULT_ITER; in PKCS12_create_ex()
134 if ((mac_iter != -1) && in PKCS12_create_ex()
135 !PKCS12_set_mac(p12, pass, -1, NULL, 0, mac_iter, NULL)) in PKCS12_create_ex()
150 int mac_iter, int keytype) in PKCS12_create() argument
153 iter, mac_iter, keytype, NULL, NULL); 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);
16 int iter, int mac_iter, int keytype,
31 iteration count to use and I<mac_iter> is the MAC iteration count to use.
39 The parameters I<nid_key>, I<nid_cert>, I<iter>, I<mac_iter> and I<keytype>
50 is not required then I<mac_iter> should be set to PKCS12_DEFAULT_ITER.
77 I<mac_iter> can be set to -1 and the MAC will then be omitted entirely.
/freebsd/crypto/openssl/include/openssl/
H A Dpkcs12.h310 int iter, int mac_iter, int keytype);
313 int iter, int mac_iter, int keytype,
H A Dpkcs12.h.in287 int iter, int mac_iter, int keytype);
290 int iter, int mac_iter, int keytype,