Searched refs:publicKey (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_asn1.c198 ASN1_BIT_STRING *publicKey; member in struct:ec_privatekey_st
272 ASN1_EXP_OPT(EC_PRIVATEKEY, publicKey, ASN1_BIT_STRING, 1)
1046 if (priv_key->publicKey) {
1057 pub_oct = M_ASN1_STRING_data(priv_key->publicKey);
1058 pub_oct_len = M_ASN1_STRING_length(priv_key->publicKey);
1130 priv_key->publicKey = M_ASN1_BIT_STRING_new();
1131 if (priv_key->publicKey == NULL) {
1155 priv_key->publicKey->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07);
1156 priv_key->publicKey->flags |= ASN1_STRING_FLAG_BITS_LEFT;
1157 if (!M_ASN1_BIT_STRING_set(priv_key->publicKey, buffe
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_lcl.h218 ASN1_BIT_STRING *publicKey; member in struct:CMS_OriginatorPublicKey_st
H A Dcms_asn1.c173 ASN1_SIMPLE(CMS_OriginatorPublicKey, publicKey, ASN1_BIT_STRING)

Completed in 102 milliseconds