Searched refs:null_key_params (Results 1 – 1 of 1) sorted by relevance
2382 OSSL_PARAM null_key_params[2]; in test_evp_mac_poly1305_no_key() local2388 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()