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

/freebsd-11.0-release/crypto/openssl/engines/ccgost/
H A Dgost_asn1.c23 ASN1_SIMPLE(GOST_KEY_INFO, imit, ASN1_OCTET_STRING)
H A Dgost2001_keyx.c177 if (!ASN1_OCTET_STRING_set(gkt->key_info->imit, crypted_key + 40, 4)) {
276 OPENSSL_assert(gkt->key_info->imit->length == 4);
277 memcpy(wrappedKey + 40, gkt->key_info->imit->data, 4);
H A Dgost94_keyx.c161 if (!ASN1_OCTET_STRING_set(gkt->key_info->imit, crypted_key + 40, 4)) {
266 OPENSSL_assert(gkt->key_info->imit->length == 4);
267 memcpy(wrappedKey + 40, gkt->key_info->imit->data, 4);
H A Dgost_lcl.h64 ASN1_OCTET_STRING *imit; member in struct:__anon6452

Completed in 101 milliseconds