Searched refs:shared_ukm (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/crypto/openssl/engines/ccgost/
H A Dgost2001_keyx.c84 if (!data->shared_ukm) {
97 (EC_KEY *)EVP_PKEY_get0(my_key), data->shared_ukm);
128 if (data->shared_ukm) {
129 memcpy(ukm, data->shared_ukm, 8);
H A Dgost_pmeth.c58 if (src_data->shared_ukm) {
59 dst_data->shared_ukm = NULL;
68 if (data->shared_ukm)
69 OPENSSL_free(data->shared_ukm);
109 pctx->shared_ukm = OPENSSL_malloc((int)p1);
110 if (pctx->shared_ukm == NULL)
112 memcpy(pctx->shared_ukm, p2, (int)p1);
H A Dgost94_keyx.c140 if (data->shared_ukm) {
141 memcpy(ukm, data->shared_ukm, 8);
H A Dgost_lcl.h51 unsigned char *shared_ukm; member in struct:gost_pmeth_data
/freebsd-11.0-release/crypto/openssl/ssl/
H A Ds3_clnt.c2993 unsigned char premaster_secret[32], shared_ukm[32], tmp[256]; local
3049 || EVP_DigestFinal_ex(ukm_hash, shared_ukm, &md_len) <= 0) {
3058 shared_ukm) < 0) {

Completed in 141 milliseconds