Lines Matching refs:OSSL_PARAM

37 static OSSL_PARAM *construct_tls1_prf_params(const char *digest, const char *secret,  in construct_tls1_prf_params()
40 OSSL_PARAM *params = OPENSSL_malloc(sizeof(OSSL_PARAM) * 4); in construct_tls1_prf_params()
41 OSSL_PARAM *p = params; in construct_tls1_prf_params()
64 OSSL_PARAM *params; in test_kdf_tls1_prf()
86 OSSL_PARAM *params; in test_kdf_tls1_prf_invalid_digest()
104 OSSL_PARAM *params; in test_kdf_tls1_prf_zero_output_size()
124 OSSL_PARAM *params; in test_kdf_tls1_prf_empty_secret()
142 OSSL_PARAM *params; in test_kdf_tls1_prf_1byte_secret()
160 OSSL_PARAM *params; in test_kdf_tls1_prf_empty_seed()
180 OSSL_PARAM *params; in test_kdf_tls1_prf_1byte_seed()
193 static OSSL_PARAM *construct_hkdf_params(char *digest, char *key, in construct_hkdf_params()
196 OSSL_PARAM *params = OPENSSL_malloc(sizeof(OSSL_PARAM) * 5); in construct_hkdf_params()
197 OSSL_PARAM *p = params; in construct_hkdf_params()
225 OSSL_PARAM *params; in test_kdf_hkdf()
246 OSSL_PARAM *params; in do_kdf_hkdf_gettables()
247 OSSL_PARAM params_get[2]; in do_kdf_hkdf_gettables()
248 const OSSL_PARAM *gettables, *p; in do_kdf_hkdf_gettables()
306 OSSL_PARAM *params; in test_kdf_hkdf_invalid_digest()
323 OSSL_PARAM params[2]; in test_kdf_hkdf_derive_set_params_fail()
346 OSSL_PARAM params[2]; in test_kdf_hkdf_set_invalid_mode()
370 OSSL_PARAM params[2]; in do_kdf_hkdf_set_invalid_param()
407 OSSL_PARAM *params; in test_kdf_hkdf_zero_output_size()
427 OSSL_PARAM *params; in test_kdf_hkdf_empty_key()
445 OSSL_PARAM *params; in test_kdf_hkdf_1byte_key()
463 OSSL_PARAM *params; in test_kdf_hkdf_empty_salt()
476 static OSSL_PARAM *construct_pbkdf1_params(char *pass, char *digest, char *salt, in construct_pbkdf1_params()
479 OSSL_PARAM *params = OPENSSL_malloc(sizeof(OSSL_PARAM) * 5); in construct_pbkdf1_params()
480 OSSL_PARAM *p = params; in construct_pbkdf1_params()
504 OSSL_PARAM *params = NULL; in test_kdf_pbkdf1()
547 static OSSL_PARAM *construct_pbkdf2_params(char *pass, char *digest, char *salt, in construct_pbkdf2_params()
550 OSSL_PARAM *params = OPENSSL_malloc(sizeof(OSSL_PARAM) * 6); in construct_pbkdf2_params()
551 OSSL_PARAM *p = params; in construct_pbkdf2_params()
576 OSSL_PARAM *params; in test_kdf_pbkdf2()
608 OSSL_PARAM *params; in test_kdf_pbkdf2_small_output()
636 OSSL_PARAM *params; in test_kdf_pbkdf2_large_output()
665 OSSL_PARAM *params; in test_kdf_pbkdf2_small_salt()
690 OSSL_PARAM *params; in test_kdf_pbkdf2_small_iterations()
716 OSSL_PARAM *params; in test_kdf_pbkdf2_small_salt_pkcs5()
717 OSSL_PARAM mode_params[2]; in test_kdf_pbkdf2_small_salt_pkcs5()
753 OSSL_PARAM *params; in test_kdf_pbkdf2_small_iterations_pkcs5()
754 OSSL_PARAM mode_params[2]; in test_kdf_pbkdf2_small_iterations_pkcs5()
789 OSSL_PARAM *params; in test_kdf_pbkdf2_invalid_digest()
813 OSSL_PARAM params[7], *p = params; in test_kdf_scrypt()
856 OSSL_PARAM params[4], *p = params; in test_kdf_ss_hash()
894 OSSL_PARAM params[4], *p = params; in test_kdf_x963()
952 OSSL_PARAM params[7]; in test_kdf_kbkdf_6803_128()
1007 OSSL_PARAM params[7]; in test_kdf_kbkdf_6803_256()
1070 static OSSL_PARAM *construct_kbkdf_params(char *digest, char *mac, unsigned char *key, in construct_kbkdf_params()
1073 OSSL_PARAM *params = OPENSSL_malloc(sizeof(OSSL_PARAM) * 7); in construct_kbkdf_params()
1074 OSSL_PARAM *p = params; in construct_kbkdf_params()
1100 OSSL_PARAM *params; in test_kdf_kbkdf_invalid_digest()
1122 OSSL_PARAM *params; in test_kdf_kbkdf_invalid_mac()
1144 OSSL_PARAM *params; in test_kdf_kbkdf_empty_key()
1168 OSSL_PARAM *params; in test_kdf_kbkdf_1byte_key()
1190 OSSL_PARAM *params; in test_kdf_kbkdf_zero_output_size()
1216 OSSL_PARAM params[6]; in test_kdf_kbkdf_8009_prf1()
1256 OSSL_PARAM params[6]; in test_kdf_kbkdf_8009_prf2()
1307 OSSL_PARAM params[8], *p = params; in test_kdf_kbkdf_fixedinfo()
1361 OSSL_PARAM params[6], *p = params; in test_kdf_ss_hmac()
1402 OSSL_PARAM params[6], *p = params; in test_kdf_ss_kmac()
1446 OSSL_PARAM params[6], *p = params; in test_kdf_sshkdf()
1555 OSSL_PARAM params[4], *p = params; in test_kdf_x942_asn1()
1591 OSSL_PARAM params[4], *p = params; in test_kdf_krb5kdf()