/freebsd/crypto/openssl/apps/ |
H A D | smime.c | 282 if (sk_OPENSSL_STRING_push(sksigners, signerfile) <= 0) in smime_main() 289 if (sk_OPENSSL_STRING_push(skkeys, keyfile) <= 0) in smime_main() 315 if (sk_OPENSSL_STRING_push(sksigners, signerfile) <= 0) in smime_main() 321 if (sk_OPENSSL_STRING_push(skkeys, keyfile) <= 0) in smime_main() 397 if (sk_OPENSSL_STRING_push(sksigners, signerfile) <= 0) in smime_main() 403 if (sk_OPENSSL_STRING_push(skkeys, keyfile) <= 0) in smime_main()
|
H A D | kdf.c | 64 if (sk_OPENSSL_STRING_push(*optp, res)) in alloc_kdf_algorithm_name() 107 if (opts == NULL || !sk_OPENSSL_STRING_push(opts, opt_arg())) in kdf_main()
|
H A D | mac.c | 68 if (sk_OPENSSL_STRING_push(*optp, res)) in alloc_mac_algorithm_name() 117 if (opts == NULL || !sk_OPENSSL_STRING_push(opts, opt_arg())) in mac_main()
|
H A D | cms.c | 497 if (sk_OPENSSL_STRING_push(rr_from, opt_arg()) <= 0) in cms_main() 504 if (sk_OPENSSL_STRING_push(rr_to, opt_arg()) <= 0) in cms_main() 582 if (sk_OPENSSL_STRING_push(sksigners, signerfile) <= 0) in cms_main() 589 if (sk_OPENSSL_STRING_push(skkeys, keyfile) <= 0) in cms_main() 608 if (sk_OPENSSL_STRING_push(sksigners, signerfile) <= 0) in cms_main() 614 if (sk_OPENSSL_STRING_push(skkeys, keyfile) <= 0) in cms_main() 669 if (sk_OPENSSL_STRING_push(key_param->param, opt_arg()) <= 0) in cms_main() 759 if (sk_OPENSSL_STRING_push(sksigners, signerfile) <= 0) in cms_main() 765 if (sk_OPENSSL_STRING_push(skkeys, keyfile) <= 0) in cms_main()
|
H A D | fipsinstall.c | 369 if (!sk_OPENSSL_STRING_push(opts, opt_arg())) in fipsinstall_main() 419 if (!gotdigest && !sk_OPENSSL_STRING_push(opts, "digest:SHA256")) in fipsinstall_main() 421 if (!gotkey && !sk_OPENSSL_STRING_push(opts, "hexkey:" FIPS_KEY_STRING)) in fipsinstall_main()
|
H A D | engine.c | 355 if (sk_OPENSSL_STRING_push(pre_cmds, opt_arg()) <= 0) in engine_main() 359 if (sk_OPENSSL_STRING_push(post_cmds, opt_arg()) <= 0) in engine_main()
|
H A D | crl2pkcs7.c | 96 if (!sk_OPENSSL_STRING_push(certflst, opt_arg())) in crl2pkcs7_main()
|
H A D | dgst.c | 205 if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, opt_arg())) in dgst_main() 211 if (!macopts || !sk_OPENSSL_STRING_push(macopts, opt_arg())) in dgst_main()
|
H A D | pkeyutl.c | 234 sk_OPENSSL_STRING_push(pkeyopts, opt_arg()) == 0) { in pkeyutl_main() 242 sk_OPENSSL_STRING_push(pkeyopts_passin, opt_arg()) == 0) { in pkeyutl_main()
|
H A D | genpkey.c | 114 if (!sk_OPENSSL_STRING_push(keyopt, opt_arg())) in genpkey_main()
|
H A D | ocsp.c | 447 if (!sk_OPENSSL_STRING_push(reqnames, opt_arg())) in ocsp_main() 456 if (!sk_OPENSSL_STRING_push(reqnames, opt_arg())) in ocsp_main() 496 || !sk_OPENSSL_STRING_push(rsign_sigopts, opt_arg())) in ocsp_main()
|
H A D | verify.c | 184 if (!vfyopts || !sk_OPENSSL_STRING_push(vfyopts, opt_arg())) in verify_main()
|
H A D | asn1parse.c | 130 if (sk_OPENSSL_STRING_push(osk, opt_arg()) <= 0) in asn1parse_main()
|
H A D | req.c | 354 || !sk_OPENSSL_STRING_push(pkeyopts, opt_arg())) in req_main() 360 if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, opt_arg())) in req_main() 366 if (!vfyopts || !sk_OPENSSL_STRING_push(vfyopts, opt_arg())) in req_main()
|
H A D | x509.c | 365 if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, opt_arg())) in x509_main() 371 if (!vfyopts || !sk_OPENSSL_STRING_push(vfyopts, opt_arg())) in x509_main()
|
H A D | rehash.c | 384 || sk_OPENSSL_STRING_push(files, copy) == 0) { in do_dir()
|
H A D | s_client.c | 1054 || !sk_OPENSSL_STRING_push(ssl_args, opt_flag()) in s_client_main() 1055 || !sk_OPENSSL_STRING_push(ssl_args, opt_arg())) { in s_client_main() 1369 !sk_OPENSSL_STRING_push(dane_tlsa_rrset, opt_arg())) { in s_client_main()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | app_rand.c | 113 if (!sk_OPENSSL_STRING_push(randfiles, opt_arg())) in opt_rand()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | by_store.c | 131 return sk_OPENSSL_STRING_push(uris, data) > 0; in by_store_ctrl_ex()
|
H A D | x509_vpm.c | 70 if (!sk_OPENSSL_STRING_push(vpm->hosts, copy)) { in int_x509_param_set_hosts()
|
H A D | v3_utl.c | 561 if (!sk_OPENSSL_STRING_push(*sk, emtmp)) { in append_ia5()
|
/freebsd/crypto/openssl/crypto/engine/ |
H A D | eng_dyn.c | 364 if (!sk_OPENSSL_STRING_push(ctx->dirs, tmp_str)) { in dynamic_ctrl()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | safestack.h | 216 #define sk_OPENSSL_STRING_push(sk, ptr) OPENSSL_sk_push(ossl_check_OPENSSL_STRING_sk_type(sk), ossl… macro
|
/freebsd/crypto/openssl/test/ |
H A D | evp_libctx_test.c | 492 && !sk_OPENSSL_STRING_push(names, namedup)) in collect_cipher_names()
|
H A D | ssl_old_test.c | 1221 if (!sk_OPENSSL_STRING_push(conf_args, arg)) in main() 1223 if (!sk_OPENSSL_STRING_push(conf_args, argn)) in main()
|