HomeSort by: relevance | last modified time | path
    Searched refs:scheme (Results 1 - 25 of 138) sorted by relevancy

1 2 3 4 5 6

  /src/external/mpl/bind/dist/lib/dns/include/dns/
dsync.h 26 dns_dsyncscheme_totext(dns_dsyncscheme_t scheme, isc_buffer_t *target);
29 dns_dsyncscheme_format(dns_dsyncscheme_t scheme, char *cp, unsigned int size);
  /src/crypto/external/apache2/openssl/dist/crypto/store/
store_register.c 31 OSSL_STORE_LOADER *OSSL_STORE_LOADER_new(ENGINE *e, const char *scheme)
37 * scheme is crucial and must never be NULL, or the user will get
41 if (scheme == NULL) {
50 res->scheme = scheme;
61 return loader->scheme;
140 return OPENSSL_LH_strhash(v->scheme);
146 assert(a->scheme != NULL && b->scheme != NULL);
147 return strcmp(a->scheme, b->scheme)
162 const char *scheme = loader->scheme; local
    [all...]
store_local.h 79 OSSL_STORE_LOADER *ossl_store_unregister_loader_int(const char *scheme);
85 const char *scheme; member in struct:ossl_store_loader_st
120 const OSSL_STORE_LOADER *ossl_store_get0_loader_int(const char *scheme);
158 * 'file' scheme stuff
170 const char *scheme,
store_meth.c 43 * OSSL_STORE_LOADER_new() expects the scheme as a constant string,
78 const char *scheme; /* For get_loader_from_store() */ member in struct:loader_data_st
146 id = ossl_namemap_name2num(namemap, methdata->scheme);
160 const char *scheme, const char *propdef,
168 || (id = ossl_namemap_name2num(namemap, scheme)) == 0)
248 * The core fetching functionality passes the scheme of the implementation.
258 * namemap entry, this is it. Should the scheme already exist there, we
264 const char *scheme = algodef->algorithm_names; local
265 int id = ossl_namemap_add_name(namemap, 0, scheme);
288 /* Fetching support. Can fetch by numeric identity or by scheme */
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/store/
store_register.c 31 OSSL_STORE_LOADER *OSSL_STORE_LOADER_new(ENGINE *e, const char *scheme)
37 * scheme is crucial and must never be NULL, or the user will get
41 if (scheme == NULL) {
52 res->scheme = scheme;
63 return loader->scheme;
143 return OPENSSL_LH_strhash(v->scheme);
149 assert(a->scheme != NULL && b->scheme != NULL);
150 return strcmp(a->scheme, b->scheme)
165 const char *scheme = loader->scheme; local
    [all...]
store_local.h 79 OSSL_STORE_LOADER *ossl_store_unregister_loader_int(const char *scheme);
85 const char *scheme; member in struct:ossl_store_loader_st
119 const OSSL_STORE_LOADER *ossl_store_get0_loader_int(const char *scheme);
157 * 'file' scheme stuff
169 const char *scheme,
store_meth.c 42 * OSSL_STORE_LOADER_new() expects the scheme as a constant string,
94 const char *scheme; /* For get_loader_from_store() */ member in struct:loader_data_st
163 id = ossl_namemap_name2num(namemap, methdata->scheme);
177 const char *scheme, const char *propdef,
185 || (id = ossl_namemap_name2num(namemap, scheme)) == 0)
258 * The core fetching functionality passes the scheme of the implementation.
268 * namemap entry, this is it. Should the scheme already exist there, we
274 const char *scheme = algodef->algorithm_names; local
275 int id = ossl_namemap_add_name(namemap, 0, scheme);
298 /* Fetching support. Can fetch by numeric identity or by scheme */
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/store/
store_register.c 31 OSSL_STORE_LOADER *OSSL_STORE_LOADER_new(ENGINE *e, const char *scheme)
37 * scheme is crucial and must never be NULL, or the user will get
41 if (scheme == NULL) {
53 res->scheme = scheme;
64 return loader->scheme;
134 return OPENSSL_LH_strhash(v->scheme);
140 assert(a->scheme != NULL && b->scheme != NULL);
141 return strcmp(a->scheme, b->scheme)
148 const char *scheme = loader->scheme; local
    [all...]
store_local.h 98 OSSL_STORE_LOADER *ossl_store_unregister_loader_int(const char *scheme);
102 const char *scheme; member in struct:ossl_store_loader_st
115 const OSSL_STORE_LOADER *ossl_store_get0_loader_int(const char *scheme);
127 * 'file' scheme stuff
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
dsync_66.h 23 uint8_t scheme; member in struct:dns_rdata_dsync
zonemd_63.h 29 uint8_t scheme; member in struct:dns_rdata_zonemd
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
zonemd_63.h 30 uint8_t scheme; member in struct:dns_rdata_zonemd
  /src/crypto/external/apache2/openssl/dist/include/crypto/
dso_conf.h.in 24 my $scheme = $disabled{dso} ? undef : uc $target{dso_scheme};
25 if (!$scheme) {
26 $scheme = "NONE";
28 my @macros = ( "DSO_$scheme" );
29 if ($scheme eq 'DLFCN') {
31 } elsif ($scheme eq "DLFCN_NO_H") {
  /src/external/bsd/fetch/dist/libfetch/
fetch.c 67 { URL_BAD_SCHEME, FETCH_URL, "Invalid URL scheme" },
76 * Select the appropriate protocol for the URL scheme, and return a
88 if (strcasecmp(URL->scheme, SCHEME_FILE) == 0)
90 else if (strcasecmp(URL->scheme, SCHEME_FTP) == 0)
92 else if (strcasecmp(URL->scheme, SCHEME_HTTP) == 0)
94 else if (strcasecmp(URL->scheme, SCHEME_HTTPS) == 0)
101 * Select the appropriate protocol for the URL scheme, and return a
111 * Select the appropriate protocol for the URL scheme, and return a
118 if (strcasecmp(URL->scheme, SCHEME_FILE) == 0)
120 else if (strcasecmp(URL->scheme, SCHEME_FTP) == 0
    [all...]
  /src/share/examples/refuse/ian/libfetch/
fetch.c 63 { URL_BAD_SCHEME, FETCH_URL, "Invalid URL scheme" },
72 * Select the appropriate protocol for the URL scheme, and return a
83 if (strcasecmp(URL->scheme, SCHEME_FILE) == 0)
85 else if (strcasecmp(URL->scheme, SCHEME_FTP) == 0)
87 else if (strcasecmp(URL->scheme, SCHEME_HTTP) == 0)
89 else if (strcasecmp(URL->scheme, SCHEME_HTTPS) == 0)
96 * Select the appropriate protocol for the URL scheme, and return a
106 * Select the appropriate protocol for the URL scheme, and return a
112 if (strcasecmp(URL->scheme, SCHEME_FILE) == 0)
114 else if (strcasecmp(URL->scheme, SCHEME_FTP) == 0
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/pwmods/
argon2.c 68 const struct berval *scheme,
104 p = hash->bv_val = ber_memalloc( scheme->bv_len + encoded_length );
110 AC_MEMCPY( p, scheme->bv_val, scheme->bv_len );
111 p += scheme->bv_len;
122 hash->bv_len = scheme->bv_len + encoded_length;
131 p = hash->bv_val = ber_memalloc( scheme->bv_len + crypto_pwhash_STRBYTES );
136 AC_MEMCPY( hash->bv_val, scheme->bv_val, scheme->bv_len );
137 p += scheme->bv_len
    [all...]
  /src/external/bsd/openldap/dist/libraries/libldap/
url.c 57 const char **scheme ));
59 int ldap_pvt_url_scheme2proto( const char *scheme )
61 assert( scheme != NULL );
63 if( scheme == NULL ) {
67 if( strcmp("ldap", scheme) == 0 || strcmp("pldap", scheme) == 0 ) {
71 if( strcmp("ldapi", scheme) == 0 ) {
75 if( strcmp("ldaps", scheme) == 0 || strcmp("pldaps", scheme) == 0 ) {
79 if( strcmp("cldap", scheme) == 0 )
143 const char * scheme; local
160 const char * scheme; local
177 const char * scheme; local
195 const char * scheme; local
834 const char *scheme = NULL; local
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libgroff/
color.cpp 80 scheme = c->scheme;
93 if (scheme != c.scheme)
95 switch (scheme) {
134 return scheme;
139 scheme = DEFAULT;
147 scheme = RGB;
158 scheme = CMY;
169 scheme = CMYK
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
slapd-sha2.c 46 const struct berval *scheme,
71 return lutil_passwd_string64(scheme, &digest, hash, &salt);
75 const struct berval *scheme,
90 return lutil_passwd_string64(scheme, &digest, hash, NULL);
94 const struct berval *scheme,
119 return lutil_passwd_string64(scheme, &digest, hash, &salt);
123 const struct berval *scheme,
138 return lutil_passwd_string64(scheme, &digest, hash, NULL);
142 const struct berval *scheme,
167 return lutil_passwd_string64(scheme, &digest, hash, &salt)
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/
netscape.c 32 static const struct berval scheme = BER_BVC("{NS-MTA-MD5}"); variable in typeref:struct:berval
36 const struct berval *scheme,
87 return lutil_passwd_add( (struct berval *)&scheme, chk_ns_mta_md5, NULL );
  /src/external/gpl2/groff/dist/src/include/
color.h 35 color_scheme scheme; member in class:color
46 color(symbol s = default_symbol) : scheme(DEFAULT), nm(s) {}
55 int is_default() { return scheme == DEFAULT; }
73 // Return the actual color scheme and retrieve the color components
  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/pbkdf2/
pw-pbkdf2.c 146 const struct berval *scheme,
173 if(!ber_bvcmp(scheme, &pbkdf2_scheme)){
176 }else if(!ber_bvcmp(scheme, &pbkdf2_sha1_scheme)){
179 }else if(!ber_bvcmp(scheme, &pbkdf2_sha256_scheme)){
182 }else if(!ber_bvcmp(scheme, &pbkdf2_sha512_scheme)){
189 if(!ber_bvcmp(scheme, &pbkdf2_scheme)){
195 }else if(!ber_bvcmp(scheme, &pbkdf2_sha1_scheme)){
201 }else if(!ber_bvcmp(scheme, &pbkdf2_sha256_scheme)){
207 }else if(!ber_bvcmp(scheme, &pbkdf2_sha512_scheme)){
236 printf("Encrypt for %s\n", scheme->bv_val)
    [all...]
  /src/external/bsd/openldap/dist/libraries/liblutil/
passwd.c 146 /* pseudo scheme */
154 struct berval *scheme,
165 ptr->s.name = *scheme;
194 const char* scheme )
201 bv.bv_val = strchr( scheme, '}' );
205 bv.bv_len = bv.bv_val - scheme + 1;
206 bv.bv_val = (char *) scheme;
218 const char* scheme )
220 if( scheme == NULL ) {
224 return get_scheme(scheme) != NULL
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/http/
http_lib.c 58 const char *scheme, *scheme_end; local
81 /* check for optional prefix "<scheme>://" */
82 scheme = scheme_end = url;
88 if (scheme_end == scheme)
164 if (!copy_substring(pscheme, scheme, scheme_end)
203 char *scheme, *port; local
209 if (!OSSL_parse_url(url, &scheme, puser, phost, &port, pport_num,
213 /* check for optional HTTP scheme "http[s]" */
214 if (strcmp(scheme, OSSL_HTTPS_NAME) == 0) {
218 } else if (*scheme != '\0' && strcmp(scheme, OSSL_HTTP_NAME) != 0)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/http/
http_lib.c 59 const char *scheme, *scheme_end; local
82 /* check for optional prefix "<scheme>://" */
83 scheme = scheme_end = url;
89 if (scheme_end == scheme)
162 if (!copy_substring(pscheme, scheme, scheme_end)
203 char *scheme, *port; local
209 if (!OSSL_parse_url(url, &scheme, puser, phost, &port, pport_num,
213 /* check for optional HTTP scheme "http[s]" */
214 if (strcmp(scheme, OSSL_HTTPS_NAME) == 0) {
218 } else if (*scheme != '\0' && strcmp(scheme, OSSL_HTTP_NAME) != 0)
    [all...]

Completed in 33 milliseconds

1 2 3 4 5 6