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

  /external/qemu/
qemu-io.c 341 .altname = "r",
614 .altname = "w",
764 .altname = "f",
792 .altname = "t",
820 .altname = "l",
855 .altname = "i",
897 .altname = "a",
915 .altname = "c",
999 .altname = "o",
  /external/openssl/crypto/asn1/
x_x509.c 119 GENERAL_NAMES_free(ret->altname);
  /external/ipsec-tools/src/racoon/
oakley.c 1872 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 284 for (i = 0; i < sk_GENERAL_NAME_num(x->altname); i++)
286 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 298 STACK_OF(GENERAL_NAME) *altname; member in struct:x509_st
    [all...]
  /external/openssl/include/openssl/
x509.h 298 STACK_OF(GENERAL_NAME) *altname; member in struct:x509_st
    [all...]

Completed in 92 milliseconds