Searched refs:macalg (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/pkcs12/ |
D | p12_mutl.c | 85 const X509_ALGOR *macalg; in pkcs12_gen_mac() local 102 X509_SIG_get0(p12->mac->dinfo, &macalg, NULL); in pkcs12_gen_mac() 103 X509_ALGOR_get0(&macoid, NULL, NULL, macalg); in pkcs12_gen_mac() 209 X509_ALGOR *macalg; in PKCS12_setup_mac() local 238 X509_SIG_getm(p12->mac->dinfo, &macalg, NULL); in PKCS12_setup_mac() 239 if (!X509_ALGOR_set0(macalg, OBJ_nid2obj(EVP_MD_type(md_type)), in PKCS12_setup_mac()
|
/third_party/openssl/test/recipes/ |
D | 90-test_store.t | 349 my $macalg = $macalgs{$macalg_index}; 351 || !defined($macalg)) { 357 unless defined $macalg; 363 "-export", "-macalg", $macalg,
|
/third_party/openssl/apps/ |
D | pkcs12.c | 134 char *passin = NULL, *passout = NULL, *macalg = NULL; in pkcs12_main() local 213 macalg = opt_arg(); in pkcs12_main() 469 if (macalg) { in pkcs12_main() 470 if (!opt_md(macalg, &macmd)) in pkcs12_main()
|
/third_party/openssl/doc/man1/ |
D | pkcs12.pod | 34 [B<-macalg digest>] 247 =item B<-macalg digest>
|
/third_party/openssl/ |
D | CHANGES | 5168 *) New -macalg option to pkcs12 utility to allow setting of an alternative
|