Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Devp_kdf_test.c765 OSSL_PARAM mode_params[2]; in test_kdf_pbkdf2_small_salt_pkcs5() local
779 mode_params[0] = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_PKCS5, &mode); in test_kdf_pbkdf2_small_salt_pkcs5()
780 mode_params[1] = OSSL_PARAM_construct_end(); in test_kdf_pbkdf2_small_salt_pkcs5()
783 if (!TEST_true(EVP_KDF_CTX_set_params(kctx, mode_params)) in test_kdf_pbkdf2_small_salt_pkcs5()
802 OSSL_PARAM mode_params[2]; in test_kdf_pbkdf2_small_iterations_pkcs5() local
816 mode_params[0] = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_PKCS5, &mode); in test_kdf_pbkdf2_small_iterations_pkcs5()
817 mode_params[1] = OSSL_PARAM_construct_end(); in test_kdf_pbkdf2_small_iterations_pkcs5()
820 if (!TEST_true(EVP_KDF_CTX_set_params(kctx, mode_params)) in test_kdf_pbkdf2_small_iterations_pkcs5()
/src/sys/cam/scsi/
H A Dscsi_cd.c259 static union cd_pages *cdgetpage(struct cd_mode_params *mode_params);
1681 cdgetpage(struct cd_mode_params *mode_params) in cdgetpage() argument
1685 if (mode_params->cdb_size == 10) in cdgetpage()
1687 (struct scsi_mode_header_10 *)mode_params->mode_buf); in cdgetpage()
1690 (struct scsi_mode_header_6 *)mode_params->mode_buf); in cdgetpage()