Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbio_print.c92 char ch; in _dopr() local
108 ch = *format++; in _dopr()
116 if (ch == '%') in _dopr()
121 ch = *format++; in _dopr()
124 switch (ch) { in _dopr()
127 ch = *format++; in _dopr()
162 if (ch == '.') { in _dopr()
182 switch (ch) { in _dopr()
214 switch (ch) { in _dopr()
263 ch == 'o' ? 8 : (ch == 'u' ? 10 : 16), in _dopr()
[all …]
H 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/test/
H A Derrtest.c24 # define IS_HEX(ch) ((ch >= '0' && ch <='9') || (ch >= 'A' && ch <='F')) argument
/openssl/ssl/
H A Dssl_ciph.c1004 char ch; in ssl_cipher_process_rulestr() local
1009 ch = *l; in ssl_cipher_process_rulestr()
1011 if (ch == '\0') in ssl_cipher_process_rulestr()
1013 if (ch == '-') { in ssl_cipher_process_rulestr()
1029 if (ITEM_SEP(ch)) { in ssl_cipher_process_rulestr()
1042 ch = *l; in ssl_cipher_process_rulestr()
1046 while (((ch >= 'A') && (ch <= 'Z')) || in ssl_cipher_process_rulestr()
1047 ((ch >= '0') && (ch <= '9')) || in ssl_cipher_process_rulestr()
1048 ((ch >= 'a') && (ch <= 'z')) || in ssl_cipher_process_rulestr()
1049 (ch == '-') || (ch == '_') || (ch == '.') || (ch == '=')) in ssl_cipher_process_rulestr()
[all …]
/openssl/crypto/
H A Do_str.c142 unsigned char ch, cl; in hexstr2buf_sep() local
148 ch = *p++; in hexstr2buf_sep()
150 if (ch == sep && sep != CH_ZERO) in hexstr2buf_sep()
158 chi = OPENSSL_hexchar2int(ch); in hexstr2buf_sep()
H A Dpacket.c437 int WPACKET_memset(WPACKET *pkt, int ch, size_t len) in WPACKET_memset() argument
448 memset(dest, ch, len); in WPACKET_memset()
/openssl/crypto/srp/
H 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/apps/
H A Drehash.c202 unsigned char ch; in handle_symlink() local
207 ch = filename[i]; in handle_symlink()
208 if (!isxdigit(ch)) in handle_symlink()
211 hash += OPENSSL_hexchar2int(ch); in handle_symlink()
/openssl/test/certs/
H A Droot-key.pem20 ch/bqz8HhmODUKO7YuSfsddA75xYilRI/2lnLP+j2cLM1Tkn6LvklNNzv6GqfIge
/openssl/apps/lib/
H A Ds_cb.c1310 X509_STORE *vfy = NULL, *ch = NULL; in ssl_load_stores() local
1329 ch = X509_STORE_new(); in ssl_load_stores()
1330 if (ch == NULL) in ssl_load_stores()
1332 if (chCAfile != NULL && !X509_STORE_load_file(ch, chCAfile)) in ssl_load_stores()
1334 if (chCApath != NULL && !X509_STORE_load_path(ch, chCApath)) in ssl_load_stores()
1336 if (chCAstore != NULL && !X509_STORE_load_store(ch, chCAstore)) in ssl_load_stores()
1338 SSL_CTX_set1_chain_cert_store(ctx, ch); in ssl_load_stores()
1343 X509_STORE_free(ch); in ssl_load_stores()
/openssl/test/recipes/04-test_pem_reading_data/
H A Ddsa-threecolumn.pem287 7ch
/openssl/crypto/property/
H A Dproperty_parse.c574 static void put_char(char ch, char **buf, size_t *remain, size_t *needed) in put_char() argument
583 **buf = ch; in put_char()
/openssl/include/internal/
H A Dpacket.h986 int WPACKET_memset(WPACKET *pkt, int ch, size_t len);
/openssl/Configurations/
H A Dunix-Makefile.tmpl1365 -etags `find . -name '*.[ch]' -o -name '*.pm'`
/openssl/
H A DCHANGES.md8569 *Kaspar Brand <ossl@velox.ch>*
18440 *Matthias Loepfe <Matthias.Loepfe@adnovum.ch>*
18444 *Matthias Loepfe <Matthias.Loepfe@adnovum.ch>*
18860 *Ralf S. Engelschall, Matthias Loepfe <Matthias.Loepfe@adnovum.ch>*

Completed in 105 milliseconds