Searched refs:EVP_PKEY_CTX_set_data (Results 1 – 7 of 7) sorted by relevance
37 EVP_PKEY_CTX_set_data(ctx, pctx); in pkey_poly1305_init()49 EVP_PKEY_CTX_set_data(ctx, NULL); in pkey_poly1305_cleanup()
37 EVP_PKEY_CTX_set_data(ctx, pctx); in pkey_siphash_init()49 EVP_PKEY_CTX_set_data(ctx, NULL); in pkey_siphash_cleanup()
82 EVP_PKEY_CTX_set_data(ctx, NULL); in pkey_hmac_cleanup()
446 EVP_PKEY_CTX_set_data(ctx, hctx); in ossl_hmac_init()488 EVP_PKEY_CTX_set_data(ctx, NULL); in ossl_hmac_cleanup()
470 void EVP_PKEY_CTX_set_data(EVP_PKEY_CTX *ctx, void *data) in EVP_PKEY_CTX_set_data() function
1376 void EVP_PKEY_CTX_set_data(EVP_PKEY_CTX *ctx, void *data);
1577 EVP_PKEY_CTX_set_data;