Home
last modified time | relevance | path

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

/openssl-master/crypto/pkcs12/
A Dp12_crt.c33 int iter, int mac_iter, int keytype, in PKCS12_create_ex() argument
51 if (!mac_iter) in PKCS12_create_ex()
52 mac_iter = PKCS12_DEFAULT_ITER; in PKCS12_create_ex()
120 if ((mac_iter != -1) && in PKCS12_create_ex()
121 !PKCS12_set_mac(p12, pass, -1, NULL, 0, mac_iter, NULL)) in PKCS12_create_ex()
136 int mac_iter, int keytype) in PKCS12_create() argument
139 iter, mac_iter, keytype, NULL, NULL); in PKCS12_create()
/openssl-master/doc/man3/
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>
49 is not required then I<mac_iter> should be set to PKCS12_DEFAULT_ITER.
70 I<mac_iter> can be set to -1 and the MAC will then be omitted entirely.
/openssl-master/include/openssl/
A Dpkcs12.h.in287 int iter, int mac_iter, int keytype);
290 int iter, int mac_iter, int keytype,

Completed in 7 milliseconds