Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/crypto/evp/
HDpmeth_lib.c1579 ctx->cached_parameters.dist_id = OPENSSL_memdup(data, data_len); in evp_pkey_ctx_store_cached_data()
1580 if (ctx->cached_parameters.dist_id == NULL) { in evp_pkey_ctx_store_cached_data()
1598 OPENSSL_free(ctx->cached_parameters.dist_id); in evp_pkey_ctx_free_cached_data()
1600 ctx->cached_parameters.dist_id = NULL; in evp_pkey_ctx_free_cached_data()
1617 const void *val = ctx->cached_parameters.dist_id; in evp_pkey_ctx_use_cached_data()
/freebsd-14-stable/crypto/openssl/include/crypto/
HDevp.h93 void *dist_id; /* The distinguishing ID itself */ member