Lines Matching defs:astr
642 ASN1_STRING *astr = NULL;
659 if ((astr = ASN1_item_pack(inner_alg, &X509_ALGOR_it, NULL)) == NULL)
664 if (!X509_ALGOR_set0_by_nid(alg, NID_mgf1, V_ASN1_SEQUENCE, astr))
666 astr = NULL;
677 ASN1_STRING_free(astr);
964 ASN1_STRING *astr = NULL;
972 if ((astr = ASN1_item_pack(pss, &RSA_PSS_PARAMS_it, NULL)) == NULL)
974 if (!X509_ALGOR_set0_by_nid(alg, EVP_PKEY_RSA_PSS, V_ASN1_SEQUENCE, astr))
976 astr = NULL;
981 ASN1_STRING_free(astr);
993 ASN1_STRING *astr = NULL;
1030 if ((astr = ASN1_item_pack(oaep, &RSA_OAEP_PARAMS_it, NULL)) == NULL)
1032 if (!X509_ALGOR_set0_by_nid(alg, NID_rsaesOaep, V_ASN1_SEQUENCE, astr))
1034 astr = NULL;
1040 ASN1_STRING_free(astr);