Searched refs:atype (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/pkcs12/ |
H A D | p12_attr.c | 107 const ASN1_TYPE *atype; in PKCS12_get_friendlyname() local 109 if ((atype = PKCS12_SAFEBAG_get0_attr(bag, NID_friendlyName)) == NULL) in PKCS12_get_friendlyname() 111 if (atype->type != V_ASN1_BMPSTRING) in PKCS12_get_friendlyname() 113 return OPENSSL_uni2utf8(atype->value.bmpstring->data, in PKCS12_get_friendlyname() 114 atype->value.bmpstring->length); in PKCS12_get_friendlyname()
|
/openssl/crypto/cms/ |
H A D | cms_ec.c | 77 int atype; in ecdh_cms_set_peerkey() local 84 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in ecdh_cms_set_peerkey() 89 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) { in ecdh_cms_set_peerkey() 102 pkpeer = pkey_type2param(atype, aval, in ecdh_cms_set_peerkey()
|
H A D | cms_dh.c | 24 int atype; in dh_cms_set_peerkey() local 34 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in dh_cms_set_peerkey() 38 if (atype != V_ASN1_UNDEF && atype == V_ASN1_NULL) in dh_cms_set_peerkey()
|
/openssl/crypto/x509/ |
H A D | x509_att.c | 349 int atype = 0; in X509_ATTRIBUTE_set1_data() local 362 atype = stmp->type; in X509_ATTRIBUTE_set1_data() 369 atype = attrtype; in X509_ATTRIBUTE_set1_data() 390 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data()
|
/openssl/crypto/asn1/ |
H A D | tasn_prn.c | 457 const ASN1_TYPE *atype = (const ASN1_TYPE *)*fld; in asn1_primitive_print() local 458 utype = atype->type; in asn1_primitive_print() 459 fld = (const ASN1_VALUE **)&atype->value.asn1_value; /* actually is const */ in asn1_primitive_print()
|
H A D | a_int.c | 460 int atype) in bn_to_asn1_string() argument 466 ret = ASN1_STRING_type_new(atype); in bn_to_asn1_string() 469 ret->type = atype; in bn_to_asn1_string()
|
Completed in 12 milliseconds