Lines Matching refs:opts
368 const FIPS_OPTS *opts, in write_config_fips_section() argument
379 opts->conditional_errors ? "1" : "0") <= 0 in write_config_fips_section()
381 opts->security_checks ? "1" : "0") <= 0 in write_config_fips_section()
383 opts->hmac_key_check ? "1": "0") <= 0 in write_config_fips_section()
385 opts->kmac_key_check ? "1": "0") <= 0 in write_config_fips_section()
387 opts->tls_prf_ems_check ? "1" : "0") <= 0 in write_config_fips_section()
389 opts->no_short_mac ? "1" : "0") <= 0 in write_config_fips_section()
391 opts->drgb_no_trunc_dgst ? "1" : "0") <= 0 in write_config_fips_section()
393 opts->signature_digest_check ? "1" : "0") <= 0 in write_config_fips_section()
395 opts->hkdf_digest_check ? "1": "0") <= 0 in write_config_fips_section()
398 opts->tls13_kdf_digest_check ? "1": "0") <= 0 in write_config_fips_section()
401 opts->tls1_prf_digest_check ? "1": "0") <= 0 in write_config_fips_section()
404 opts->sshkdf_digest_check ? "1": "0") <= 0 in write_config_fips_section()
406 opts->sskdf_digest_check ? "1": "0") <= 0 in write_config_fips_section()
409 opts->x963kdf_digest_check ? "1": "0") <= 0 in write_config_fips_section()
411 opts->dsa_sign_disabled ? "1" : "0") <= 0 in write_config_fips_section()
413 opts->tdes_encrypt_disabled ? "1" : "0") <= 0 in write_config_fips_section()
416 opts->rsa_pkcs15_padding_disabled ? "1" : "0") <= 0 in write_config_fips_section()
419 opts->rsa_pss_saltlen_check ? "1" : "0") <= 0 in write_config_fips_section()
422 opts->sign_x931_padding_disabled ? "1" : "0") <= 0 in write_config_fips_section()
424 opts->hkdf_key_check ? "1": "0") <= 0 in write_config_fips_section()
426 opts->kbkdf_key_check ? "1": "0") <= 0 in write_config_fips_section()
429 opts->tls13_kdf_key_check ? "1": "0") <= 0 in write_config_fips_section()
431 opts->tls1_prf_key_check ? "1": "0") <= 0 in write_config_fips_section()
433 opts->sshkdf_key_check ? "1": "0") <= 0 in write_config_fips_section()
435 opts->sskdf_key_check ? "1": "0") <= 0 in write_config_fips_section()
437 opts->x963kdf_key_check ? "1": "0") <= 0 in write_config_fips_section()
439 opts->x942kdf_key_check ? "1": "0") <= 0 in write_config_fips_section()
442 opts->pbkdf2_lower_bound_check ? "1" : "0") <= 0 in write_config_fips_section()
444 opts->ecdh_cofactor_check ? "1": "0") <= 0 in write_config_fips_section()
451 && opts->self_test_onload == 0) { in write_config_fips_section()
467 const FIPS_OPTS *opts) in generate_config_and_load() argument
478 opts, NULL, 0)) in generate_config_and_load()
583 STACK_OF(OPENSSL_STRING) *opts = NULL; in fipsinstall_main()
593 if ((opts = sk_OPENSSL_STRING_new_null()) == NULL) in fipsinstall_main()
739 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()
827 if (opts != NULL) { in fipsinstall_main()
830 app_params_new_from_opts(opts, EVP_MAC_settable_ctx_params(mac)); in fipsinstall_main()
920 sk_OPENSSL_STRING_free(opts); in fipsinstall_main()