Lines Matching refs:pubkey
73 X509_ALGOR *alg, ASN1_BIT_STRING *pubkey)
108 plen = ASN1_STRING_length(pubkey);
109 p = ASN1_STRING_get0_data(pubkey);
229 ASN1_BIT_STRING *pubkey;
231 if (!CMS_RecipientInfo_kari_get0_orig_id(ri, &alg, &pubkey,
234 if (alg == NULL || pubkey == NULL)
236 if (!ecdh_cms_set_peerkey(pctx, alg, pubkey)) {
257 ASN1_BIT_STRING *pubkey;
271 if (!CMS_RecipientInfo_kari_get0_orig_id(ri, &talg, &pubkey,
283 ASN1_STRING_set0(pubkey, penc, (int)enckeylen);
284 pubkey->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07);
285 pubkey->flags |= ASN1_STRING_FLAG_BITS_LEFT;