Home
last modified time | relevance | path

Searched refs:ch (Results 1 – 15 of 15) sorted by relevance

/openssl-master/crypto/bio/
A Dbio_print.c89 char ch; in _dopr() local
103 ch = *format++; in _dopr()
111 if (ch == '%') in _dopr()
116 ch = *format++; in _dopr()
119 switch (ch) { in _dopr()
122 ch = *format++; in _dopr()
157 if (ch == '.') { in _dopr()
177 switch (ch) { in _dopr()
209 switch (ch) { in _dopr()
258 ch == 'o' ? 8 : (ch == 'u' ? 10 : 16), in _dopr()
[all …]
A Dbio_dump.c35 unsigned char ch; in BIO_dump_indent_cb() local
55 ch = *(s + i * dump_width + j) & 0xff; in BIO_dump_indent_cb()
56 BIO_snprintf(buf + n, 4, "%02x%c", ch, in BIO_dump_indent_cb()
70 ch = *(s + i * dump_width + j) & 0xff; in BIO_dump_indent_cb()
72 buf[n++] = ((ch >= ' ') && (ch <= '~')) ? ch : '.'; in BIO_dump_indent_cb()
74 buf[n++] = ((ch >= os_toascii[' ']) && (ch <= os_toascii['~'])) in BIO_dump_indent_cb()
75 ? os_toebcdic[ch] in BIO_dump_indent_cb()
/openssl-master/test/
A Derrtest.c24 # define IS_HEX(ch) ((ch >= '0' && ch <='9') || (ch >= 'A' && ch <='F')) argument
/openssl-master/ssl/
A Dssl_ciph.c1000 char ch; in ssl_cipher_process_rulestr() local
1005 ch = *l; in ssl_cipher_process_rulestr()
1007 if (ch == '\0') in ssl_cipher_process_rulestr()
1009 if (ch == '-') { in ssl_cipher_process_rulestr()
1025 if (ITEM_SEP(ch)) { in ssl_cipher_process_rulestr()
1038 ch = *l; in ssl_cipher_process_rulestr()
1042 while (((ch >= 'A') && (ch <= 'Z')) || in ssl_cipher_process_rulestr()
1043 ((ch >= '0') && (ch <= '9')) || in ssl_cipher_process_rulestr()
1044 ((ch >= 'a') && (ch <= 'z')) || in ssl_cipher_process_rulestr()
1045 (ch == '-') || (ch == '_') || (ch == '.') || (ch == '=')) in ssl_cipher_process_rulestr()
[all …]
/openssl-master/crypto/
A Do_str.c139 unsigned char ch, cl; in hexstr2buf_sep() local
145 ch = *p++; in hexstr2buf_sep()
147 if (ch == sep && sep != CH_ZERO) in hexstr2buf_sep()
155 chi = OPENSSL_hexchar2int(ch); in hexstr2buf_sep()
A Dpacket.c420 int WPACKET_memset(WPACKET *pkt, int ch, size_t len) in WPACKET_memset() argument
431 memset(dest, ch, len); in WPACKET_memset()
/openssl-master/crypto/srp/
A Dsrp_vfy.c311 static SRP_gN_cache *SRP_gN_new_init(const char *ch) in SRP_gN_new_init() argument
320 len = t_fromb64(tmp, sizeof(tmp), ch); in SRP_gN_new_init()
324 if ((newgN->b64_bn = OPENSSL_strdup(ch)) == NULL) in SRP_gN_new_init()
361 static BIGNUM *SRP_gN_place_bn(STACK_OF(SRP_gN_cache) *gN_cache, char *ch) in SRP_gN_place_bn() argument
370 if (strcmp(cache->b64_bn, ch) == 0) in SRP_gN_place_bn()
374 SRP_gN_cache *newgN = SRP_gN_new_init(ch); in SRP_gN_place_bn()
/openssl-master/apps/
A Drehash.c196 unsigned char ch; in handle_symlink() local
201 ch = filename[i]; in handle_symlink()
202 if (!isxdigit(ch)) in handle_symlink()
205 hash += OPENSSL_hexchar2int(ch); in handle_symlink()
/openssl-master/test/certs/
A Droot-key.pem20 ch/bqz8HhmODUKO7YuSfsddA75xYilRI/2lnLP+j2cLM1Tkn6LvklNNzv6GqfIge
/openssl-master/apps/lib/
A Ds_cb.c1295 X509_STORE *vfy = NULL, *ch = NULL; in ssl_load_stores() local
1313 ch = X509_STORE_new(); in ssl_load_stores()
1314 if (ch == NULL) in ssl_load_stores()
1316 if (chCAfile != NULL && !X509_STORE_load_file(ch, chCAfile)) in ssl_load_stores()
1318 if (chCApath != NULL && !X509_STORE_load_path(ch, chCApath)) in ssl_load_stores()
1320 if (chCAstore != NULL && !X509_STORE_load_store(ch, chCAstore)) in ssl_load_stores()
1322 SSL_CTX_set1_chain_cert_store(ctx, ch); in ssl_load_stores()
1327 X509_STORE_free(ch); in ssl_load_stores()
/openssl-master/test/recipes/04-test_pem_reading_data/
A Ddsa-threecolumn.pem287 7ch
/openssl-master/crypto/property/
A Dproperty_parse.c575 static void put_char(char ch, char **buf, size_t *remain, size_t *needed) in put_char() argument
584 **buf = ch; in put_char()
/openssl-master/include/internal/
A Dpacket.h858 int WPACKET_memset(WPACKET *pkt, int ch, size_t len);
/openssl-master/Configurations/
A Dunix-Makefile.tmpl1337 -etags `find . -name '*.[ch]' -o -name '*.pm'`
/openssl-master/
A DCHANGES.md8172 *Kaspar Brand <ossl@velox.ch>*
18043 *Matthias Loepfe <Matthias.Loepfe@adnovum.ch>*
18047 *Matthias Loepfe <Matthias.Loepfe@adnovum.ch>*
18463 *Ralf S. Engelschall, Matthias Loepfe <Matthias.Loepfe@adnovum.ch>*

Completed in 66 milliseconds