Home
last modified time | relevance | path

Searched refs:altname (Results 1 – 11 of 11) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_build_id_find_debuginfo.c51 const char *altname; in dwfl_build_id_find_debuginfo() local
53 &altname, in dwfl_build_id_find_debuginfo()
Dfind-debuginfo.c93 const char *altname; in validate() local
95 &altname, in validate()
Ddwfl_module_getdwarf.c552 const char *altname; in find_debug_altlink() local
555 &altname, in find_debug_altlink()
564 altname, in find_debug_altlink()
/external/markdown/tests/misc/
Dimage_in_links.txt3 [![altname](path/to/img_thumb.png)](path/to/image.png)
/external/ipsec-tools/src/racoon/
Doakley.c1940 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 …]
Dcrypto_openssl.c694 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/
Dv3_ncons.c270 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()
Dv3_purp.c542 x->altname = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL); in x509v3_cache_extensions()
/external/boringssl/src/crypto/x509/
Dx_x509.c132 GENERAL_NAMES_free(ret->altname); in x509_cb()
/external/boringssl/src/include/openssl/
Dx509.h261 STACK_OF(GENERAL_NAME) *altname;
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp3632 gn_stack = x509->altname; in NativeCrypto_get_X509_GENERAL_NAME_stack()