/ssl/quic/ |
A D | quic_record_util.c | 231 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_cipher_name() local 237 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_md_name() local 243 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_secret_len() local 249 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_cipher_key_len() local 255 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_cipher_iv_len() local 261 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_cipher_tag_len() local 267 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_hdr_prot_cipher_id() local 273 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_hdr_prot_key_len() local 279 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_max_pkt() local 285 const struct suite_info *c = get_suite(suite_id); in ossl_qrl_get_suite_max_forged_pkt() local
|
A D | json_enc.c | 59 static ossl_inline int wbuf_write_char(struct json_write_buf *wbuf, char c) in wbuf_write_char() 75 char c; in wbuf_write_str() local 611 char c, *o, obuf[7]; in json_write_qstring_inner() local 724 unsigned char c; in ossl_json_str_hex() local
|
A D | qlog.c | 521 static ossl_inline int is_term_sep_ws(char c) in is_term_sep_ws() 526 static ossl_inline int is_name_char(char c) in is_name_char() 597 static int lex_extract_to(struct lexer *lex, char c, in lex_extract_to() 684 char c; in ossl_qlog_set_filter() local
|
A D | quic_wire.c | 139 size_t a, b, c; in ossl_quic_wire_get_encoded_frame_len_crypto_hdr() local 205 size_t a, b, c, d; in ossl_quic_wire_get_encoded_frame_len_stream_hdr() local
|
A D | quic_impl.c | 4912 SSL_TOKEN_STORE *c = ctx->tokencache; in ossl_quic_set_peer_token() local 4939 SSL_TOKEN_STORE *c = ctx->tokencache; in ossl_quic_get_peer_token() local
|
/ssl/ |
A D | ssl_ciph.c | 516 const SSL_CIPHER *c; in ssl_cipher_get_evp() local 667 const SSL_CIPHER *c; in ssl_cipher_collect_ciphers() local 1891 const char *SSL_CIPHER_get_version(const SSL_CIPHER *c) in SSL_CIPHER_get_version() 1906 const char *SSL_CIPHER_get_name(const SSL_CIPHER *c) in SSL_CIPHER_get_name() 1924 const SSL_CIPHER *c; in OPENSSL_cipher_name() local 1945 uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *c) in SSL_CIPHER_get_id() 2110 int SSL_CIPHER_get_cipher_nid(const SSL_CIPHER *c) in SSL_CIPHER_get_cipher_nid() 2121 int SSL_CIPHER_get_digest_nid(const SSL_CIPHER *c) in SSL_CIPHER_get_digest_nid() 2130 int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c) in SSL_CIPHER_get_kx_nid() 2139 int SSL_CIPHER_get_auth_nid(const SSL_CIPHER *c) in SSL_CIPHER_get_auth_nid() [all …]
|
A D | ssl_cert.c | 242 void ssl_cert_clear_certs(CERT *c) in ssl_cert_clear_certs() 272 void ssl_cert_free(CERT *c) in ssl_cert_free() 368 int ssl_cert_select_current(CERT *c, X509 *x) in ssl_cert_select_current() 392 int ssl_cert_set_current(CERT *c, long op) in ssl_cert_set_current() 416 void ssl_cert_set_cert_cb(CERT *c, int (*cb) (SSL *ssl, void *arg), void *arg) in ssl_cert_set_cert_cb() 1093 CERT *c = s != NULL ? s->cert : ctx->cert; in ssl_build_cert_chain() local 1197 int ssl_cert_set_cert_store(CERT *c, X509_STORE *store, int chain, int ref) in ssl_cert_set_cert_store() 1214 int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain) in ssl_cert_get_cert_store() 1269 const SSL_CIPHER *c = other; in ssl_security_default_callback() local
|
A D | t1_enc.c | 105 static int tls_iv_length_within_key_block(const EVP_CIPHER *c) in tls_iv_length_within_key_block() 120 const EVP_CIPHER *c; in tls1_change_cipher_state() local 259 const EVP_CIPHER *c; in tls1_setup_key_block() local
|
A D | s3_enc.c | 25 unsigned char c = 'A'; in ssl3_generate_key_block() local 165 const EVP_CIPHER *c; in ssl3_setup_key_block() local
|
A D | s3_lib.c | 4321 SSL_CIPHER c; in ssl3_get_cipher_by_id() local 4365 int ssl3_put_cipher_by_char(const SSL_CIPHER *c, WPACKET *pkt, size_t *len) in ssl3_put_cipher_by_char() 4390 const SSL_CIPHER *c, *ret = NULL; in ssl3_choose_cipher() local 4634 static int ssl3_set_req_cert_type(CERT *c, const unsigned char *p, size_t len) in ssl3_set_req_cert_type()
|
A D | ssl_rsa.c | 133 static int ssl_set_pkey(CERT *c, EVP_PKEY *pkey, SSL_CTX *ctx) in ssl_set_pkey() 257 static int ssl_set_cert(CERT *c, X509 *x, SSL_CTX *ctx) in ssl_set_cert() 981 CERT *c; in ssl_set_cert_and_key() local
|
A D | ssl_sess.c | 726 int SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *c) in SSL_CTX_add_session() 814 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c) in SSL_CTX_remove_session() 819 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) in remove_session_lock()
|
A D | t1_lib.c | 2903 int ssl_cipher_disabled(const SSL_CONNECTION *s, const SSL_CIPHER *c, in ssl_cipher_disabled() 3386 const SSL_CIPHER *c; in tls12_sigalg_allowed() local 3509 CERT *c = s->cert; in tls1_set_shared_sigalgs() local 3830 int tls1_set_sigalgs_list(SSL_CTX *ctx, CERT *c, const char *str, int client) in tls1_set_sigalgs_list() 3849 int tls1_set_raw_sigalgs(CERT *c, const uint16_t *psigs, size_t salglen, in tls1_set_raw_sigalgs() 3871 int tls1_set_sigalgs(CERT *c, const int *psig_nids, size_t salglen, int client) in tls1_set_sigalgs() 4018 CERT *c = s->cert; in tls1_check_chain() local
|
A D | ssl_conf.c | 444 CERT *c = NULL; in cmd_Certificate() local 1056 CERT *c = NULL; in SSL_CONF_CTX_finish() local
|
A D | ssl_lib.c | 3323 const SSL_CIPHER *c = sk_SSL_CIPHER_value(ciphers, i); in STACK_OF() local 3355 const SSL_CIPHER *c; in SSL_get_cipher_list() local 3385 const SSL_CIPHER *c; in cipher_list_tls12_num() local 3450 const SSL_CIPHER *c; in SSL_get_shared_ciphers() local 4582 void SSL_CTX_set_cert_cb(SSL_CTX *c, int (*cb) (SSL *ssl, void *arg), void *arg) in SSL_CTX_set_cert_cb() 4599 CERT *c = s->cert; in ssl_set_masks() local 6783 void SSL_CTX_set_client_hello_cb(SSL_CTX *c, SSL_client_hello_cb_fn cb, in SSL_CTX_set_client_hello_cb() 6790 void SSL_CTX_set_new_pending_conn_cb(SSL_CTX *c, SSL_new_pending_conn_cb_fn cb, in SSL_CTX_set_new_pending_conn_cb() 7197 const SSL_CIPHER *c; in ossl_bytes_to_cipher_list() local
|
A D | tls13_enc.c | 325 const EVP_CIPHER *c; in tls13_setup_key_block() local
|
/ssl/record/methods/ |
A D | ktls_meth.c | 30 const EVP_CIPHER *c, in ktls_int_check_supported_cipher() 74 int ktls_configure_crypto(OSSL_LIB_CTX *libctx, int version, const EVP_CIPHER *c, in ktls_configure_crypto() 130 const EVP_CIPHER *c, in ktls_int_check_supported_cipher() 173 int ktls_configure_crypto(OSSL_LIB_CTX *libctx, int version, const EVP_CIPHER *c, in ktls_configure_crypto()
|
A D | ssl3_cbc.c | 138 unsigned char c[sizeof(LARGEST_DIGEST_CTX)]; in ssl3_cbc_digest_record() member 145 num_starting_blocks, k, mac_end_offset, c, index_a, index_b; in ssl3_cbc_digest_record() local
|
/ssl/statem/ |
A D | statem_clnt.c | 1396 const SSL_CIPHER *c; in set_client_ciphersuite() local 4183 const SSL_CIPHER *c; in ssl_cipher_list_to_bytes() local
|
A D | statem_lib.c | 201 const SSL_CIPHER *c = sk_SSL_CIPHER_value(ciphers, i); in tls_setup_handshake() local
|
A D | extensions_clnt.c | 156 const SSL_CIPHER *c = sk_SSL_CIPHER_value(cipher_stack, i); in use_ecc() local
|
A D | statem_srvr.c | 1712 const SSL_CIPHER *c; in tls_early_post_process_client_hello() local
|