Searched refs:altname (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/tools/code_coverage/ |
D | example.croc | 44 # * It may contain a 'altname' entry. If the root matches the start of 45 # a filename, that start is replaced with the 'altname', or with '_' 47 # * Multiple root entries may share the same altname. This is commonly 57 # these are relative to the default '_' altname. 60 'altname' : 'SCT', 64 'altname' : 'HAMMER', 129 # altname (see 'roots' above). 131 # If more than one root's altname matches the start of this path, all matches
|
/external/markdown/tests/misc/ |
D | image_in_links.txt | 3 [](path/to/image.png)
|
/external/qemu/ |
D | qemu-io.c | 339 .altname = "r", 644 .altname = "w", 1303 .altname = "f", 1331 .altname = "t", 1359 .altname = "l", 1394 .altname = "i", 1419 .altname = "d", 1529 .altname = "a", 1585 .altname = "c", 1639 .altname = "o",
|
/external/ipsec-tools/src/racoon/ |
D | oakley.c | 1917 char *altname = NULL; local 1967 &altname, &type, pos) !=0) { 1974 if (!altname) { 1984 racoon_free(altname); 1985 altname = NULL; 1991 error = getaddrinfo(altname, NULL, &hints, &res); 1995 racoon_free(altname); 2010 racoon_free(altname); 2033 &altname, &type, pos) != 0){ 2040 if (!altname) { [all …]
|
D | crypto_openssl.c | 688 eay_get_x509subjectaltname(cert, altname, type, pos) in eay_get_x509subjectaltname() argument 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/ |
D | v3_ncons.c | 283 for (i = 0; i < sk_GENERAL_NAME_num(x->altname); i++) in NAME_CONSTRAINTS_check() 285 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, i); in NAME_CONSTRAINTS_check()
|
D | v3_purp.c | 463 x->altname = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL); in x509v3_cache_extensions()
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
D | v3_ncons.c | 283 for (i = 0; i < sk_GENERAL_NAME_num(x->altname); i++) in NAME_CONSTRAINTS_check() 285 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, i); in NAME_CONSTRAINTS_check()
|
D | v3_purp.c | 463 x->altname = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL); in x509v3_cache_extensions()
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
D | x_x509.c | 119 GENERAL_NAMES_free(ret->altname); in x509_cb()
|
/external/chromium_org/chrome_frame/ |
D | chrome_frame.croc | 12 'altname' : 'CHROMIUM',
|
/external/openssl/crypto/asn1/ |
D | x_x509.c | 119 GENERAL_NAMES_free(ret->altname); in x509_cb()
|
/external/chromium_org/build/ |
D | common.croc | 13 'altname' : 'CHROMIUM',
|
/external/chromium/build/ |
D | common.croc | 13 'altname' : 'CHROMIUM',
|
/external/openssl/include/openssl/ |
D | x509.h | 299 STACK_OF(GENERAL_NAME) *altname;
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
D | x509.h | 299 STACK_OF(GENERAL_NAME) *altname;
|
/external/openssl/crypto/x509/ |
D | x509.h | 299 STACK_OF(GENERAL_NAME) *altname;
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | x509.h | 299 STACK_OF(GENERAL_NAME) *altname;
|