HomeSort by: relevance | last modified time | path
    Searched refs:OTHERNAME (Results 1 - 13 of 13) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_genn.c 16 ASN1_SEQUENCE(OTHERNAME) = {
17 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT),
19 ASN1_EXP(OTHERNAME, value, ASN1_ANY, 0)
20 } ASN1_SEQUENCE_END(OTHERNAME)
22 IMPLEMENT_ASN1_FUNCTIONS(OTHERNAME)
33 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME),
137 result = OTHERNAME_cmp(a->d.otherName, b->d.otherName);
162 int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_genn.c 16 ASN1_SEQUENCE(OTHERNAME) = {
17 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT),
19 ASN1_EXP(OTHERNAME, value, ASN1_ANY, 0)
20 } ASN1_SEQUENCE_END(OTHERNAME)
22 IMPLEMENT_ASN1_FUNCTIONS(OTHERNAME)
33 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME),
109 result = OTHERNAME_cmp(a->d.otherName, b->d.otherName);
134 int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_genn.c 16 ASN1_SEQUENCE(OTHERNAME) = {
17 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT),
19 ASN1_EXP(OTHERNAME, value, ASN1_ANY, 0)
20 } ASN1_SEQUENCE_END(OTHERNAME)
22 IMPLEMENT_ASN1_FUNCTIONS(OTHERNAME)
33 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME),
109 result = OTHERNAME_cmp(a->d.otherName, b->d.otherName);
134 int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
asn1_item_list.h 109 ASN1_ITEM_ref(OTHERNAME),
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
asn1_item_list.h 108 ASN1_ITEM_ref(OTHERNAME),
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
asn1_item_list.h 106 ASN1_ITEM_ref(OTHERNAME),
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
x509v3.h 116 } OTHERNAME;
136 OTHERNAME *otherName; /* otherName */
497 DECLARE_ASN1_FUNCTIONS(OTHERNAME)
499 int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
x509v3.h.in 145 } OTHERNAME;
165 OTHERNAME *otherName; /* otherName */
591 DECLARE_ASN1_FUNCTIONS(OTHERNAME)
593 int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
x509v3.h.in 134 } OTHERNAME;
154 OTHERNAME *otherName; /* otherName */
556 DECLARE_ASN1_FUNCTIONS(OTHERNAME)
558 int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b);
  /src/crypto/external/apache2/openssl/dist/fuzz/
asn1.c 139 ASN1_ITEM_ref(OTHERNAME),
  /src/crypto/external/bsd/openssl/dist/fuzz/
asn1.c 138 ASN1_ITEM_ref(OTHERNAME),
  /src/crypto/external/bsd/openssl.old/dist/fuzz/
asn1.c 135 ASN1_ITEM_ref(OTHERNAME),
  /src/external/bsd/wpa/dist/src/utils/
http_curl.c 206 OTHERNAME *o)
213 on = os_realloc_array(cert->othername, cert->num_othername + 1,
217 cert->othername = on;
263 add_alt_name_othername(ctx, cert, name->d.otherName);
871 os_free(hcert->othername[i].oid);
872 os_free(hcert->othername);
943 if (os_strcmp(hcert.othername[i].oid,
945 char *name = os_zalloc(hcert.othername[i].len + 1);
947 os_memcpy(name, hcert.othername[i].data,
948 hcert.othername[i].len)
    [all...]

Completed in 22 milliseconds