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()
905 OSSL_PARAM params[4], *p = params; in test_kdf_ss_hash()
943 OSSL_PARAM params[4], *p = params; in test_kdf_x963()
1001 OSSL_PARAM params[7]; in test_kdf_kbkdf_6803_128()
1056 OSSL_PARAM params[7]; in test_kdf_kbkdf_6803_256()
1119 static OSSL_PARAM *construct_kbkdf_params(char *digest, char *mac, unsigned char *key, in construct_kbkdf_params()
1122 OSSL_PARAM *params = OPENSSL_malloc(sizeof(OSSL_PARAM) * 8); in construct_kbkdf_params()
1123 OSSL_PARAM *p = params; in construct_kbkdf_params()
1151 OSSL_PARAM *params; in test_kdf_kbkdf_invalid_digest()
1174 OSSL_PARAM *params; in test_kdf_kbkdf_invalid_mac()
1197 OSSL_PARAM *params; in test_kdf_kbkdf_invalid_r()
1221 OSSL_PARAM *params; in test_kdf_kbkdf_empty_key()
1246 OSSL_PARAM *params; in test_kdf_kbkdf_1byte_key()
1269 OSSL_PARAM *params; in test_kdf_kbkdf_zero_output_size()
1296 OSSL_PARAM params[6]; in test_kdf_kbkdf_8009_prf1()
1336 OSSL_PARAM params[6]; in test_kdf_kbkdf_8009_prf2()
1386 OSSL_PARAM params[8], *p = params; in test_kdf_kbkdf_fixedinfo()
1440 OSSL_PARAM params[5], *p = params; in test_kdf_kbkdf_kmac()
1592 OSSL_PARAM params[6], *p = params; in test_kdf_ss_hmac()
1633 OSSL_PARAM params[7], *p = params; in test_kdf_ss_kmac()
1685 OSSL_PARAM params[6], *p = params; in test_kdf_sshkdf()
1794 OSSL_PARAM params[4], *p = params; in test_kdf_x942_asn1()
1830 OSSL_PARAM params[4], *p = params; in test_kdf_krb5kdf()
1865 const OSSL_PARAM *settableparams; in test_kdf_hmac_drbg_settables()
1866 OSSL_PARAM params[5]; in test_kdf_hmac_drbg_settables()
1941 const OSSL_PARAM *gettableparams; in test_kdf_hmac_drbg_gettables()
1942 OSSL_PARAM params[3]; in test_kdf_hmac_drbg_gettables()
1974 OSSL_PARAM params[9], *p = params; in test_kbkdf_mac_change()