Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Devp_extra_test.c2382 OSSL_PARAM null_key_params[2]; in test_evp_mac_poly1305_no_key() local
2388 null_key_params[0] = OSSL_PARAM_construct_octet_string(OSSL_MAC_PARAM_KEY, in test_evp_mac_poly1305_no_key()
2390 null_key_params[1] = OSSL_PARAM_construct_end(); in test_evp_mac_poly1305_no_key()
2425 if (!TEST_int_eq(EVP_MAC_init(ctx, NULL, 0, null_key_params), 0) in test_evp_mac_poly1305_no_key()
2431 if (!TEST_int_eq(EVP_MAC_CTX_set_params(ctx, null_key_params), 0) in test_evp_mac_poly1305_no_key()