/external/elfutils/libdwfl/ |
dwfl_build_id_find_debuginfo.c | 51 const char *altname; local 53 &altname,
|
find-debuginfo.c | 93 const char *altname; local 95 &altname,
|
dwfl_module_getdwarf.c | 552 const char *altname; local 555 &altname, 564 altname, [all...] |
/external/boringssl/src/crypto/x509/ |
x_x509.c | 122 GENERAL_NAMES_free(ret->altname);
|
/external/ipsec-tools/src/racoon/ |
oakley.c | 1940 char *altname = NULL; local [all...] |
crypto_openssl.c | 694 eay_get_x509subjectaltname(cert, altname, type, pos) 696 char **altname; 706 *altname = NULL; 738 *altname = racoon_malloc(len); 739 if (!*altname) 742 strlcpy(*altname, (char *) gen->d.ia5->data, len); 764 *altname = racoon_malloc(20); 765 if (!*altname) 768 sprintf(*altname, "%u.%u.%u.%u", ip[0], ip[1], ip[2], ip[3]); 778 if (*altname) { [all...] |
/external/boringssl/src/crypto/x509v3/ |
v3_ncons.c | 287 for (j = 0; j < sk_GENERAL_NAME_num(x->altname); j++) 289 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, j);
|
v3_purp.c | 509 x->altname = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL);
|
/external/boringssl/src/include/openssl/ |
x509.h | 260 STACK_OF(GENERAL_NAME) *altname; member in struct:x509_st [all...] |
/external/conscrypt/src/main/native/ |
org_conscrypt_NativeCrypto.cpp | [all...] |