Lines Matching refs:pubkey
20 X509_ALGOR *alg, ASN1_BIT_STRING *pubkey)
45 plen = ASN1_STRING_length(pubkey);
46 p = ASN1_STRING_get0_data(pubkey);
170 ASN1_BIT_STRING *pubkey;
172 if (!CMS_RecipientInfo_kari_get0_orig_id(ri, &alg, &pubkey,
175 if (alg == NULL || pubkey == NULL)
177 if (!dh_cms_set_peerkey(pctx, alg, pubkey)) {
198 ASN1_BIT_STRING *pubkey;
213 if (!CMS_RecipientInfo_kari_get0_orig_id(ri, &talg, &pubkey,
236 ASN1_STRING_set0(pubkey, penc, penclen);
237 pubkey->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07);
238 pubkey->flags |= ASN1_STRING_FLAG_BITS_LEFT;