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()
554 OSSL_PARAM *params = NULL; in test_kdf_pbkdf1_key_too_long()
596 static OSSL_PARAM *construct_pbkdf2_params(char *pass, char *digest, char *salt, in construct_pbkdf2_params()
599 OSSL_PARAM *params = OPENSSL_malloc(sizeof(OSSL_PARAM) * 6); in construct_pbkdf2_params()
600 OSSL_PARAM *p = params; in construct_pbkdf2_params()
625 OSSL_PARAM *params; in test_kdf_pbkdf2()
657 OSSL_PARAM *params; in test_kdf_pbkdf2_small_output()
685 OSSL_PARAM *params; in test_kdf_pbkdf2_large_output()
714 OSSL_PARAM *params; in test_kdf_pbkdf2_small_salt()
739 OSSL_PARAM *params; in test_kdf_pbkdf2_small_iterations()
765 OSSL_PARAM *params; in test_kdf_pbkdf2_small_salt_pkcs5()
766 OSSL_PARAM mode_params[2]; in test_kdf_pbkdf2_small_salt_pkcs5()
802 OSSL_PARAM *params; in test_kdf_pbkdf2_small_iterations_pkcs5()
803 OSSL_PARAM mode_params[2]; in test_kdf_pbkdf2_small_iterations_pkcs5()
838 OSSL_PARAM *params; in test_kdf_pbkdf2_invalid_digest()
862 OSSL_PARAM params[7], *p = params; in test_kdf_scrypt()
911 OSSL_PARAM params[4], *p = params; in test_kdf_ss_hash()
949 OSSL_PARAM params[4], *p = params; in test_kdf_x963()
1007 OSSL_PARAM params[7]; in test_kdf_kbkdf_6803_128()
1062 OSSL_PARAM params[7]; in test_kdf_kbkdf_6803_256()
1125 static OSSL_PARAM *construct_kbkdf_params(char *digest, char *mac, unsigned char *key, in construct_kbkdf_params()
1128 OSSL_PARAM *params = OPENSSL_malloc(sizeof(OSSL_PARAM) * 7); in construct_kbkdf_params()
1129 OSSL_PARAM *p = params; in construct_kbkdf_params()
1155 OSSL_PARAM *params; in test_kdf_kbkdf_invalid_digest()
1177 OSSL_PARAM *params; in test_kdf_kbkdf_invalid_mac()
1199 OSSL_PARAM *params; in test_kdf_kbkdf_empty_key()
1223 OSSL_PARAM *params; in test_kdf_kbkdf_1byte_key()
1245 OSSL_PARAM *params; in test_kdf_kbkdf_zero_output_size()
1271 OSSL_PARAM params[6]; in test_kdf_kbkdf_8009_prf1()
1311 OSSL_PARAM params[6]; in test_kdf_kbkdf_8009_prf2()
1362 OSSL_PARAM params[8], *p = params; in test_kdf_kbkdf_fixedinfo()
1416 OSSL_PARAM params[6], *p = params; in test_kdf_ss_hmac()
1457 OSSL_PARAM params[7], *p = params; in test_kdf_ss_kmac()
1509 OSSL_PARAM params[6], *p = params; in test_kdf_sshkdf()
1618 OSSL_PARAM params[4], *p = params; in test_kdf_x942_asn1()
1654 OSSL_PARAM params[4], *p = params; in test_kdf_krb5kdf()