Home
last modified time | relevance | path

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

/third_party/openssl/crypto/pkcs12/
Dp12_crt.c33 int mac_iter, int keytype) in PKCS12_create() argument
54 if (!mac_iter) in PKCS12_create()
55 mac_iter = 1; in PKCS12_create()
121 if ((mac_iter != -1) && in PKCS12_create()
122 !PKCS12_set_mac(p12, pass, -1, NULL, 0, mac_iter, NULL)) in PKCS12_create()
/third_party/openssl/doc/man3/
DPKCS12_create.pod13 int nid_key, int nid_cert, int iter, int mac_iter, int keytype);
27 iteration count to use and B<mac_iter> is the MAC iteration count to use.
32 The parameters B<nid_key>, B<nid_cert>, B<iter>, B<mac_iter> and B<keytype>
41 is not required then B<mac_iter> should be set to PKCS12_DEFAULT_ITER.
62 B<mac_iter> can be set to -1 and the MAC will then be omitted entirely.
/third_party/openssl/include/openssl/
Dpkcs12.h200 int iter, int mac_iter, int keytype);