Searched refs:altname (Results 1 – 11 of 11) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_build_id_find_debuginfo.c | 51 const char *altname; in dwfl_build_id_find_debuginfo() local 53 &altname, in dwfl_build_id_find_debuginfo()
|
D | find-debuginfo.c | 93 const char *altname; in validate() local 95 &altname, in validate()
|
D | dwfl_module_getdwarf.c | 552 const char *altname; in find_debug_altlink() local 555 &altname, in find_debug_altlink() 564 altname, in find_debug_altlink()
|
/external/markdown/tests/misc/ |
D | image_in_links.txt | 3 [![altname](path/to/img_thumb.png)](path/to/image.png)
|
/external/ipsec-tools/src/racoon/ |
D | oakley.c | 1940 char *altname = NULL; local 1990 &altname, &type, pos) !=0) { 1997 if (!altname) { 2007 racoon_free(altname); 2008 altname = NULL; 2014 error = getaddrinfo(altname, NULL, &hints, &res); 2018 racoon_free(altname); 2033 racoon_free(altname); 2056 &altname, &type, pos) != 0){ 2063 if (!altname) { [all …]
|
D | crypto_openssl.c | 694 eay_get_x509subjectaltname(cert, altname, type, pos) in eay_get_x509subjectaltname() argument 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/ |
D | v3_ncons.c | 270 for (j = 0; j < sk_GENERAL_NAME_num(x->altname); j++) { in NAME_CONSTRAINTS_check() 271 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, j); in NAME_CONSTRAINTS_check()
|
D | v3_purp.c | 542 x->altname = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL); in x509v3_cache_extensions()
|
/external/boringssl/src/crypto/x509/ |
D | x_x509.c | 132 GENERAL_NAMES_free(ret->altname); in x509_cb()
|
/external/boringssl/src/include/openssl/ |
D | x509.h | 261 STACK_OF(GENERAL_NAME) *altname;
|
/external/conscrypt/common/src/jni/main/cpp/ |
D | NativeCrypto.cpp | 3632 gn_stack = x509->altname; in NativeCrypto_get_X509_GENERAL_NAME_stack()
|