Searched refs:wrap_str (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_ameth.c830 ASN1_STRING *wrap_str; local
939 wrap_str = ASN1_STRING_new();
940 if (!wrap_str)
942 ASN1_STRING_set0(wrap_str, penc, penclen);
945 V_ASN1_SEQUENCE, wrap_str);
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_ameth.c833 ASN1_STRING *wrap_str; local
950 wrap_str = ASN1_STRING_new();
951 if (!wrap_str)
953 ASN1_STRING_set0(wrap_str, penc, penclen);
955 X509_ALGOR_set0(talg, OBJ_nid2obj(kdf_nid), V_ASN1_SEQUENCE, wrap_str);

Completed in 432 milliseconds