Searched refs:kari (Results 1 – 4 of 4) sorted by relevance
166 CMS_KeyAgreeRecipientInfo *kari = ri->d.kari; in CMS_RecipientInfo_kari_set0_pkey_and_peer() local169 kari->pctx = NULL; in CMS_RecipientInfo_kari_set0_pkey_and_peer()186 kari->pctx = pctx; in CMS_RecipientInfo_kari_set0_pkey_and_peer()249 kari->pctx = NULL; in cms_kek_cipher()306 kari->pctx = pctx; in cms_kari_create_ephemeral_key()331 kari->pctx = pctx; in cms_kari_set_originator_private_key()350 if (ri->d.kari == NULL) in ossl_cms_RecipientInfo_kari_init()354 kari = ri->d.kari; in ossl_cms_RecipientInfo_kari_init()355 kari->version = 3; in ossl_cms_RecipientInfo_kari_init()356 kari->cms_ctx = ctx; in ossl_cms_RecipientInfo_kari_init()[all …]
162 CMS_KeyAgreeRecipientInfo *kari = (CMS_KeyAgreeRecipientInfo *)*pval; variable164 kari->ctx = EVP_CIPHER_CTX_new();165 if (kari->ctx == NULL)167 EVP_CIPHER_CTX_set_flags(kari->ctx, EVP_CIPHER_CTX_FLAG_WRAP_ALLOW);168 kari->pctx = NULL;170 EVP_PKEY_CTX_free(kari->pctx);171 EVP_CIPHER_CTX_free(kari->ctx);233 ASN1_IMP(CMS_RecipientInfo, d.kari, CMS_KeyAgreeRecipientInfo, 1),
117 EVP_PKEY_CTX *pctx = ri->d.kari->pctx; in ossl_cms_env_asn1_ctrl()191 ri->d.kari->cms_ctx = ctx; in ossl_cms_RecipientInfos_set_cmsctx()222 return ri->d.kari->pctx; in CMS_RecipientInfo_get0_pkey_ctx()
146 CMS_KeyAgreeRecipientInfo *kari; member
Completed in 12 milliseconds