Searched refs:encrypted_key (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/crypto/openssl/engines/ccgost/
H A Dgost_asn1.c22 ASN1_SIMPLE(GOST_KEY_INFO, encrypted_key, ASN1_OCTET_STRING),
H A Dgost2001_keyx.c181 (gkt->key_info->encrypted_key, crypted_key + 8, 32)) {
274 OPENSSL_assert(gkt->key_info->encrypted_key->length == 32);
275 memcpy(wrappedKey + 8, gkt->key_info->encrypted_key->data, 32);
H A Dgost94_keyx.c165 (gkt->key_info->encrypted_key, crypted_key + 8, 32)) {
264 OPENSSL_assert(gkt->key_info->encrypted_key->length == 32);
265 memcpy(wrappedKey + 8, gkt->key_info->encrypted_key->data, 32);
H A Dgost_lcl.h63 ASN1_OCTET_STRING *encrypted_key; member in struct:__anon6452

Completed in 95 milliseconds