Home
last modified time | relevance | path

Searched refs:sk_OPENSSL_STRING_push (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/crypto/openssl/apps/
H A Dsmime.c318 if (sk_OPENSSL_STRING_push(sksigners, signerfile) <= 0) in smime_main()
325 if (sk_OPENSSL_STRING_push(skkeys, keyfile) <= 0) in smime_main()
351 if (sk_OPENSSL_STRING_push(sksigners, signerfile) <= 0) in smime_main()
357 if (sk_OPENSSL_STRING_push(skkeys, keyfile) <= 0) in smime_main()
431 if (sk_OPENSSL_STRING_push(sksigners, signerfile) <= 0) in smime_main()
437 if (sk_OPENSSL_STRING_push(skkeys, keyfile) <= 0) in smime_main()
H A Dkdf.c64 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 Dcms.c514 if (sk_OPENSSL_STRING_push(rr_from, opt_arg()) <= 0) in cms_main()
521 if (sk_OPENSSL_STRING_push(rr_to, opt_arg()) <= 0) in cms_main()
599 if (sk_OPENSSL_STRING_push(sksigners, signerfile) <= 0) in cms_main()
606 if (sk_OPENSSL_STRING_push(skkeys, keyfile) <= 0) in cms_main()
625 if (sk_OPENSSL_STRING_push(sksigners, signerfile) <= 0) in cms_main()
631 if (sk_OPENSSL_STRING_push(skkeys, keyfile) <= 0) in cms_main()
686 if (sk_OPENSSL_STRING_push(key_param->param, opt_arg()) <= 0) in cms_main()
773 if (sk_OPENSSL_STRING_push(sksigners, signerfile) <= 0) in cms_main()
779 if (sk_OPENSSL_STRING_push(skkeys, keyfile) <= 0) in cms_main()
H A Dmac.c68 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 Dskeyutl.c71 sk_OPENSSL_STRING_push(skeyopts, opt_arg()) == 0) { in skeyutl_main()
H A Dfipsinstall.c739 if (!sk_OPENSSL_STRING_push(opts, opt_arg())) in fipsinstall_main()
800 if (!gotdigest && !sk_OPENSSL_STRING_push(opts, "digest:SHA256")) in fipsinstall_main()
802 if (!gotkey && !sk_OPENSSL_STRING_push(opts, "hexkey:" FIPS_KEY_STRING)) in fipsinstall_main()
H A Dengine.c356 if (sk_OPENSSL_STRING_push(pre_cmds, opt_arg()) <= 0) in engine_main()
360 if (sk_OPENSSL_STRING_push(post_cmds, opt_arg()) <= 0) in engine_main()
H A Dcrl2pkcs7.c96 if (!sk_OPENSSL_STRING_push(certflst, opt_arg())) in crl2pkcs7_main()
H A Ddgst.c211 if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, opt_arg())) in dgst_main()
217 if (!macopts || !sk_OPENSSL_STRING_push(macopts, opt_arg())) in dgst_main()
H A Docsp.c445 if (!sk_OPENSSL_STRING_push(reqnames, opt_arg())) in ocsp_main()
455 if (!sk_OPENSSL_STRING_push(reqnames, opt_arg())) in ocsp_main()
495 || !sk_OPENSSL_STRING_push(rsign_sigopts, opt_arg())) in ocsp_main()
H A Dasn1parse.c130 if (sk_OPENSSL_STRING_push(osk, opt_arg()) <= 0) in asn1parse_main()
H A Dverify.c184 if (!vfyopts || !sk_OPENSSL_STRING_push(vfyopts, opt_arg())) in verify_main()
H A Dpkeyutl.c268 sk_OPENSSL_STRING_push(pkeyopts, opt_arg()) == 0) { in pkeyutl_main()
276 sk_OPENSSL_STRING_push(pkeyopts_passin, opt_arg()) == 0) { in pkeyutl_main()
H A Dreq.c363 || !sk_OPENSSL_STRING_push(pkeyopts, opt_arg())) in req_main()
369 if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, opt_arg())) in req_main()
375 if (!vfyopts || !sk_OPENSSL_STRING_push(vfyopts, opt_arg())) in req_main()
H A Dgenpkey.c165 if (!sk_OPENSSL_STRING_push(keyopt, opt_arg())) in genpkey_main()
H A Drehash.c385 || sk_OPENSSL_STRING_push(files, copy) == 0) { in do_dir()
H A Dx509.c375 if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, opt_arg())) in x509_main()
381 if (!vfyopts || !sk_OPENSSL_STRING_push(vfyopts, opt_arg())) in x509_main()
H A Denc.c326 sk_OPENSSL_STRING_push(skeyopts, opt_arg()) == 0) { in enc_main()
H A Ds_client.c1126 || !sk_OPENSSL_STRING_push(ssl_args, opt_flag()) in s_client_main()
1127 || !sk_OPENSSL_STRING_push(ssl_args, opt_arg())) { in s_client_main()
1467 !sk_OPENSSL_STRING_push(dane_tlsa_rrset, opt_arg())) { in s_client_main()
/freebsd/crypto/openssl/apps/lib/
H A Dapp_rand.c112 if (!sk_OPENSSL_STRING_push(randfiles, opt_arg())) in opt_rand()
/freebsd/crypto/openssl/crypto/engine/
H A Deng_dyn.c360 if (!sk_OPENSSL_STRING_push(ctx->dirs, tmp_str)) { in dynamic_ctrl()
/freebsd/crypto/openssl/crypto/
H A Dcore_namemap.c237 if (!sk_OPENSSL_STRING_push(names, tmpname)) in numname_insert()
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vpm.c70 if (!sk_OPENSSL_STRING_push(vpm->hosts, copy)) { in int_x509_param_set_hosts()
/freebsd/crypto/openssl/include/openssl/
H A Dsafestack.h216 #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 Devp_libctx_test.c542 && !sk_OPENSSL_STRING_push(names, namedup)) in collect_cipher_names()

12