HomeSort by relevance Sort by last modified time
    Searched refs:altname (Results 1 - 9 of 9) sorted by null

  /external/qemu/
qemu-io.c 339 .altname = "r",
644 .altname = "w",
1303 .altname = "f",
1331 .altname = "t",
1359 .altname = "l",
1394 .altname = "i",
1419 .altname = "d",
1529 .altname = "a",
    [all...]
  /external/openssl/crypto/asn1/
x_x509.c 119 GENERAL_NAMES_free(ret->altname);
  /external/ipsec-tools/src/racoon/
oakley.c 1917 char *altname = NULL; local
    [all...]
crypto_openssl.c 688 eay_get_x509subjectaltname(cert, altname, type, pos)
690 char **altname;
700 *altname = NULL;
732 *altname = racoon_malloc(len);
733 if (!*altname)
736 strlcpy(*altname, (char *) gen->d.ia5->data, len);
758 *altname = racoon_malloc(20);
759 if (!*altname)
762 sprintf(*altname, "%u.%u.%u.%u", ip[0], ip[1], ip[2], ip[3]);
772 if (*altname) {
    [all...]
  /external/openssl/crypto/x509v3/
v3_ncons.c 283 for (i = 0; i < sk_GENERAL_NAME_num(x->altname); i++)
285 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, i);
v3_purp.c 463 x->altname = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL);
  /external/openssl/crypto/x509/
x509.h 299 STACK_OF(GENERAL_NAME) *altname; member in struct:x509_st
    [all...]
  /external/openssl/include/openssl/
x509.h 299 STACK_OF(GENERAL_NAME) *altname; member in struct:x509_st
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 520 milliseconds