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

/external/elfutils/libdwfl/
H A Ddwfl_build_id_find_debuginfo.c51 const char *altname; local
53 &altname,
H A Dfind-debuginfo.c93 const char *altname; local
95 &altname,
H A Ddwfl_module_getdwarf.c552 const char *altname; local
555 &altname,
564 altname,
/external/ipsec-tools/src/racoon/
H A 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...]
H A Dcrypto_openssl.c694 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/
H A Dv3_ncons.c270 for (j = 0; j < sk_GENERAL_NAME_num(x->altname); j++) {
271 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, j);
H A Dv3_purp.c542 x->altname = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL);
/external/boringssl/src/crypto/x509/
H A Dx_x509.c132 GENERAL_NAMES_free(ret->altname);
/external/boringssl/include/openssl/
H A Dx509.h261 STACK_OF(GENERAL_NAME) *altname; member in struct:x509_st
/external/boringssl/src/include/openssl/
H A Dx509.h261 STACK_OF(GENERAL_NAME) *altname; member in struct:x509_st
/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp3679 gn_stack = x509->altname;

Completed in 798 milliseconds