Home
last modified time | relevance | path

Searched refs:SSL_CIPHER (Results 1 – 25 of 66) sorted by relevance

123

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_ciph.c192 const SSL_CIPHER *cipher;
198 static const SSL_CIPHER cipher_aliases[] = {
491 const SSL_CIPHER *c; in ssl_cipher_get_evp()
652 const SSL_CIPHER *c; in ssl_cipher_collect_ciphers()
711 static void ssl_cipher_collect_aliases(const SSL_CIPHER **ca_list, in ssl_cipher_collect_aliases()
720 const SSL_CIPHER **ca_curr; in ssl_cipher_collect_aliases()
766 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i); in ssl_cipher_collect_aliases()
781 const SSL_CIPHER *cp; in ssl_cipher_apply_rule()
960 const SSL_CIPHER **ca_list, CERT *c) in ssl_cipher_process_rulestr()
1277 STACK_OF(SSL_CIPHER) *ciphersuites = (STACK_OF(SSL_CIPHER) *)arg; in ciphersuite_cb()
[all …]
H A Dssl_local.h461 const SSL_CIPHER *(*get_cipher_by_char) (const unsigned char *ptr);
462 int (*put_cipher_by_char) (const SSL_CIPHER *cipher, WPACKET *pkt,
466 const SSL_CIPHER *(*get_cipher) (unsigned ncipher);
551 const SSL_CIPHER *cipher;
737 STACK_OF(SSL_CIPHER) *cipher_list;
739 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
741 STACK_OF(SSL_CIPHER) *tls13_ciphersuites;
1132 STACK_OF(SSL_CIPHER) *peer_ciphers;
1133 STACK_OF(SSL_CIPHER) *cipher_list;
1134 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
[all …]
H A Ds3_lib.c34 static SSL_CIPHER tls13_ciphers[] = {
127 static SSL_CIPHER ssl3_ciphers[] = {
3184 static SSL_CIPHER ssl3_scsvs[] = {
3203 const SSL_CIPHER *ap = (const SSL_CIPHER *)a; in cipher_compare()
3204 const SSL_CIPHER *bp = (const SSL_CIPHER *)b; in cipher_compare()
3265 const SSL_CIPHER *ssl3_get_cipher(unsigned int u) in ssl3_get_cipher()
3578 const SSL_CIPHER *cipher; in ssl3_ctrl()
4070 const SSL_CIPHER *ssl3_get_cipher_by_id(uint32_t id) in ssl3_get_cipher_by_id()
4072 SSL_CIPHER c; in ssl3_get_cipher_by_id()
4073 const SSL_CIPHER *cp; in ssl3_get_cipher_by_id()
[all …]
H A Dssl_lib.c658 STACK_OF(SSL_CIPHER) *sk; in SSL_CTX_set_ssl_version()
2444 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b) in ssl_cipher_id_cmp()
2453 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER *const *ap, in ssl_cipher_ptr_id_cmp()
2454 const SSL_CIPHER *const *bp) in ssl_cipher_ptr_id_cmp()
2465 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s) in STACK_OF() argument
2477 STACK_OF(SSL_CIPHER) *SSL_get_client_ciphers(const SSL *s) in STACK_OF() argument
2484 STACK_OF(SSL_CIPHER) *SSL_get1_supported_ciphers(SSL *s) in STACK_OF() argument
2486 STACK_OF(SSL_CIPHER) *sk = NULL, *ciphers; in STACK_OF()
2495 const SSL_CIPHER *c = sk_SSL_CIPHER_value(ciphers, i); in STACK_OF()
2512 STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s) in STACK_OF() argument
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c159 const SSL_CIPHER *cipher;
165 static const SSL_CIPHER cipher_aliases[] = {
482 int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const SSL_CIPHER *sslc, in ssl_cipher_get_evp_cipher()
517 const SSL_CIPHER *c; in ssl_cipher_get_evp()
688 const SSL_CIPHER *c; in ssl_cipher_collect_ciphers()
747 static void ssl_cipher_collect_aliases(const SSL_CIPHER **ca_list, in ssl_cipher_collect_aliases()
756 const SSL_CIPHER **ca_curr; in ssl_cipher_collect_aliases()
802 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i); in ssl_cipher_collect_aliases()
817 const SSL_CIPHER *cp; in ssl_cipher_apply_rule()
998 const SSL_CIPHER **ca_list, CERT *c) in ssl_cipher_process_rulestr()
[all …]
H A Dssl_local.h509 const SSL_CIPHER *(*get_cipher_by_char) (const unsigned char *ptr);
510 int (*put_cipher_by_char) (const SSL_CIPHER *cipher, WPACKET *pkt,
514 const SSL_CIPHER *(*get_cipher) (unsigned ncipher);
601 const SSL_CIPHER *cipher;
845 STACK_OF(SSL_CIPHER) *cipher_list;
847 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
849 STACK_OF(SSL_CIPHER) *tls13_ciphersuites;
1315 const SSL_CIPHER *new_cipher;
1448 STACK_OF(SSL_CIPHER) *peer_ciphers;
1449 STACK_OF(SSL_CIPHER) *cipher_list;
[all …]
H A Ds3_lib.c37 static SSL_CIPHER tls13_ciphers[] = {
128 static SSL_CIPHER ssl3_ciphers[] = {
3222 static SSL_CIPHER ssl3_scsvs[] = {
3241 const SSL_CIPHER *ap = (const SSL_CIPHER *)a; in cipher_compare()
3242 const SSL_CIPHER *bp = (const SSL_CIPHER *)b; in cipher_compare()
3303 const SSL_CIPHER *ssl3_get_cipher(unsigned int u) in ssl3_get_cipher()
3585 const SSL_CIPHER *cipher; in ssl3_ctrl()
4066 const SSL_CIPHER *ssl3_get_cipher_by_id(uint32_t id) in ssl3_get_cipher_by_id()
4068 SSL_CIPHER c; in ssl3_get_cipher_by_id()
4069 const SSL_CIPHER *cp; in ssl3_get_cipher_by_id()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CIPHER_get_name.pod20 - get SSL_CIPHER properties
26 const char *SSL_CIPHER_get_name(const SSL_CIPHER *cipher);
27 const char *SSL_CIPHER_standard_name(const SSL_CIPHER *cipher);
29 int SSL_CIPHER_get_bits(const SSL_CIPHER *cipher, int *alg_bits);
30 const char *SSL_CIPHER_get_version(const SSL_CIPHER *cipher);
31 char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int size);
32 int SSL_CIPHER_get_cipher_nid(const SSL_CIPHER *c);
33 int SSL_CIPHER_get_digest_nid(const SSL_CIPHER *c);
34 const EVP_MD *SSL_CIPHER_get_handshake_digest(const SSL_CIPHER *c);
35 int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c);
[all …]
H A DSSL_get_ciphers.pod18 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl);
19 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx);
20 STACK_OF(SSL_CIPHER) *SSL_get1_supported_ciphers(SSL *s);
21 STACK_OF(SSL_CIPHER) *SSL_get_client_ciphers(const SSL *ssl);
23 int isv2format, STACK_OF(SSL_CIPHER) **sk,
24 STACK_OF(SSL_CIPHER) **scsvs);
57 into the returned stacks of SSL_CIPHER objects sk and Signalling Cipher-Suite
61 SSL_get_cipher_list() returns a pointer to the name of the SSL_CIPHER
67 SSL_CIPHER names that are available in both the client and the server. B<buf> is
H A DSSL_get_current_cipher.pod7 SSL_get_pending_cipher - get SSL_CIPHER of a connection
13 const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl);
14 const SSL_CIPHER *SSL_get_pending_cipher(const SSL *ssl);
23 SSL_get_current_cipher() returns a pointer to an SSL_CIPHER object containing
35 SSL_get_pending_cipher() returns a pointer to an SSL_CIPHER object containing
H A DSSL_SESSION_get0_cipher.pod13 const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s);
14 int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher);
30 SSL_SESSION_get0_cipher() returns the SSL_CIPHER associated with the SSL_SESSION
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CIPHER_get_name.pod20 - get SSL_CIPHER properties
26 const char *SSL_CIPHER_get_name(const SSL_CIPHER *cipher);
27 const char *SSL_CIPHER_standard_name(const SSL_CIPHER *cipher);
29 int SSL_CIPHER_get_bits(const SSL_CIPHER *cipher, int *alg_bits);
30 char *SSL_CIPHER_get_version(const SSL_CIPHER *cipher);
31 char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int size);
32 int SSL_CIPHER_get_cipher_nid(const SSL_CIPHER *c);
33 int SSL_CIPHER_get_digest_nid(const SSL_CIPHER *c);
34 const EVP_MD *SSL_CIPHER_get_handshake_digest(const SSL_CIPHER *c);
35 int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c);
[all …]
H A DSSL_get_ciphers.pod18 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl);
19 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx);
20 STACK_OF(SSL_CIPHER) *SSL_get1_supported_ciphers(SSL *s);
21 STACK_OF(SSL_CIPHER) *SSL_get_client_ciphers(const SSL *ssl);
23 int isv2format, STACK_OF(SSL_CIPHER) **sk,
24 STACK_OF(SSL_CIPHER) **scsvs);
57 into the returned stacks of SSL_CIPHER objects sk and Signalling Cipher-Suite
61 SSL_get_cipher_list() returns a pointer to the name of the SSL_CIPHER
67 SSL_CIPHER names that are available in both the client and the server. B<buf> is
H A DSSL_get_current_cipher.pod7 SSL_get_pending_cipher - get SSL_CIPHER of a connection
13 const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl);
14 const SSL_CIPHER *SSL_get_pending_cipher(const SSL *ssl);
23 SSL_get_current_cipher() returns a pointer to an SSL_CIPHER object containing
35 SSL_get_pending_cipher() returns a pointer to an SSL_CIPHER object containing
H A DSSL_SESSION_get0_cipher.pod13 const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s);
14 int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher);
30 SSL_SESSION_get0_cipher() returns the SSL_CIPHER associated with the SSL_SESSION
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcipherbytes_test.c29 STACK_OF(SSL_CIPHER) *sk = NULL, *scsv = NULL; in test_empty()
47 STACK_OF(SSL_CIPHER) *sk, *scsv; in test_unsupported()
71 STACK_OF(SSL_CIPHER) *sk, *scsv; in test_v2()
101 STACK_OF(SSL_CIPHER) *sk = NULL, *scsv = NULL; in test_v3()
H A Dsslcorrupttest.c144 STACK_OF(SSL_CIPHER) *sk_ciphers = NULL; in setup_cipher_list()
163 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(sk_ciphers, i); in setup_cipher_list()
189 STACK_OF(SSL_CIPHER) *ciphers; in test_ssl_corrupt()
190 const SSL_CIPHER *currcipher; in test_ssl_corrupt()
H A Dcipher_overhead_test.c14 static int cipher_enabled(const SSL_CIPHER *ciph) in cipher_enabled()
36 const SSL_CIPHER *ciph; in cipher_overhead()
H A Dciphername_test.c383 const SSL_CIPHER *c; in test_cipher_name()
384 STACK_OF(SSL_CIPHER) *sk = NULL; in test_cipher_name()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dcipherbytes_test.c29 STACK_OF(SSL_CIPHER) *sk = NULL, *scsv = NULL; in test_empty()
47 STACK_OF(SSL_CIPHER) *sk, *scsv; in test_unsupported()
71 STACK_OF(SSL_CIPHER) *sk, *scsv; in test_v2()
101 STACK_OF(SSL_CIPHER) *sk = NULL, *scsv = NULL; in test_v3()
H A Dsslcorrupttest.c144 STACK_OF(SSL_CIPHER) *sk_ciphers = NULL; in setup_cipher_list()
163 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(sk_ciphers, i); in setup_cipher_list()
189 STACK_OF(SSL_CIPHER) *ciphers; in test_ssl_corrupt()
190 const SSL_CIPHER *currcipher; in test_ssl_corrupt()
H A Dciphername_test.c383 const SSL_CIPHER *c; in test_cipher_name()
384 STACK_OF(SSL_CIPHER) *sk = NULL; in test_cipher_name()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h212 typedef struct ssl_cipher_st SSL_CIPHER; typedef
218 STACK_OF(SSL_CIPHER);
232 STACK_OF(SSL_CIPHER) *peer_ciphers,
233 const SSL_CIPHER **cipher, void *arg);
958 DEFINE_STACK_OF_CONST(SSL_CIPHER)
1526 __owur const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
1527 __owur const SSL_CIPHER *SSL_get_pending_cipher(const SSL *s);
1528 __owur int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits);
1529 __owur const char *SSL_CIPHER_get_version(const SSL_CIPHER *c);
1530 __owur const char *SSL_CIPHER_get_name(const SSL_CIPHER *c);
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dciphers.c92 STACK_OF(SSL_CIPHER) *sk = NULL; in ciphers_main()
229 const SSL_CIPHER *c = sk_SSL_CIPHER_value(sk, i); in ciphers_main()
245 const SSL_CIPHER *c; in ciphers_main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dciphers.c86 STACK_OF(SSL_CIPHER) *sk = NULL; in ciphers_main()
218 const SSL_CIPHER *c = sk_SSL_CIPHER_value(sk, i); in ciphers_main()
230 const SSL_CIPHER *c; in ciphers_main()

123