Home
last modified time | relevance | path

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

/openssl/test/
H A Dtls13secretstest.c244 const unsigned char *ref_key, const unsigned char *ref_iv) in test_secret() argument
280 if (!TEST_mem_eq(iv, IVLEN, ref_iv, IVLEN)) in test_secret()
H A Devp_extra_test.c3741 unsigned char *ref_iv; in test_evp_iv_aes() local
3781 ref_iv = cbc_state; in test_evp_iv_aes()
3791 ref_iv = ofb_state; in test_evp_iv_aes()
3801 ref_iv = cfb_state; in test_evp_iv_aes()
3811 ref_iv = gcm_state; in test_evp_iv_aes()
3820 ref_iv = ccm_state; in test_evp_iv_aes()
3834 ref_iv = ocb_state; in test_evp_iv_aes()
3898 unsigned const char *ref_iv; in test_evp_iv_des() local
3927 ref_iv = cbc_state_des; in test_evp_iv_des()
3932 ref_iv = ofb_state_des; in test_evp_iv_des()
[all …]

Completed in 21 milliseconds