Home
last modified time | relevance | path

Searched refs:mode_params (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Devp_kdf_test.c766 OSSL_PARAM mode_params[2]; in test_kdf_pbkdf2_small_salt_pkcs5() local
780 mode_params[0] = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_PKCS5, &mode); in test_kdf_pbkdf2_small_salt_pkcs5()
781 mode_params[1] = OSSL_PARAM_construct_end(); in test_kdf_pbkdf2_small_salt_pkcs5()
784 if (!TEST_true(EVP_KDF_CTX_set_params(kctx, mode_params)) in test_kdf_pbkdf2_small_salt_pkcs5()
803 OSSL_PARAM mode_params[2]; in test_kdf_pbkdf2_small_iterations_pkcs5() local
817 mode_params[0] = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_PKCS5, &mode); in test_kdf_pbkdf2_small_iterations_pkcs5()
818 mode_params[1] = OSSL_PARAM_construct_end(); in test_kdf_pbkdf2_small_iterations_pkcs5()
821 if (!TEST_true(EVP_KDF_CTX_set_params(kctx, mode_params)) in test_kdf_pbkdf2_small_iterations_pkcs5()
/freebsd/sys/cam/scsi/
H A Dscsi_cd.c259 static union cd_pages *cdgetpage(struct cd_mode_params *mode_params);
1687 cdgetpage(struct cd_mode_params *mode_params) in cdgetpage() argument
1691 if (mode_params->cdb_size == 10) in cdgetpage()
1693 (struct scsi_mode_header_10 *)mode_params->mode_buf); in cdgetpage()
1696 (struct scsi_mode_header_6 *)mode_params->mode_buf); in cdgetpage()