Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c1504 ctx->cached_parameters.dist_id = OPENSSL_memdup(data, data_len); in evp_pkey_ctx_store_cached_data()
1505 if (ctx->cached_parameters.dist_id == NULL) in evp_pkey_ctx_store_cached_data()
1521 OPENSSL_free(ctx->cached_parameters.dist_id); in evp_pkey_ctx_free_cached_data()
1523 ctx->cached_parameters.dist_id = NULL; in evp_pkey_ctx_free_cached_data()
1540 const void *val = ctx->cached_parameters.dist_id; in evp_pkey_ctx_use_cached_data()
/freebsd/crypto/openssl/include/crypto/
H A Devp.h103 void *dist_id; /* The distinguishing ID itself */ member