Home
last modified time | relevance | path

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

/openssl/test/
H A Dtls13secretstest.c240 const unsigned char *ref_key, const unsigned char *ref_iv) in test_secret() argument
276 if (!TEST_mem_eq(iv, IVLEN, ref_iv, IVLEN)) in test_secret()
H A Devp_extra_test.c3064 unsigned char *ref_iv; in test_evp_iv_aes() local
3094 ref_iv = cbc_state; in test_evp_iv_aes()
3104 ref_iv = ofb_state; in test_evp_iv_aes()
3114 ref_iv = cfb_state; in test_evp_iv_aes()
3124 ref_iv = gcm_state; in test_evp_iv_aes()
3133 ref_iv = ccm_state; in test_evp_iv_aes()
3147 ref_iv = ocb_state; in test_evp_iv_aes()
3205 unsigned const char *ref_iv; in test_evp_iv_des() local
3234 ref_iv = cbc_state_des; in test_evp_iv_des()
3239 ref_iv = ofb_state_des; in test_evp_iv_des()
[all …]

Completed in 32 milliseconds