OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_CIPHER
(Results
1 - 25
of
92
) sorted by relevancy
1
2
3
4
/src/crypto/external/apache2/openssl/dist/test/
cipher_overhead_test.c
14
static int cipher_enabled(const
SSL_CIPHER
*ciph)
36
const
SSL_CIPHER
*ciph;
cipherbytes_test.c
29
STACK_OF(
SSL_CIPHER
) *sk = NULL, *scsv = NULL;
47
STACK_OF(
SSL_CIPHER
) *sk, *scsv;
71
STACK_OF(
SSL_CIPHER
) *sk, *scsv;
103
STACK_OF(
SSL_CIPHER
) *sk = NULL, *scsv = NULL;
sslcorrupttest.c
144
STACK_OF(
SSL_CIPHER
) *sk_ciphers = NULL;
162
const
SSL_CIPHER
*cipher = sk_SSL_CIPHER_value(sk_ciphers, i);
188
STACK_OF(
SSL_CIPHER
) *ciphers;
189
const
SSL_CIPHER
*currcipher;
ciphername_test.c
385
const
SSL_CIPHER
*c;
386
STACK_OF(
SSL_CIPHER
) *sk = NULL;
dtls_mtu_test.c
151
STACK_OF(
SSL_CIPHER
) *ciphers;
171
const
SSL_CIPHER
*cipher = sk_SSL_CIPHER_value(ciphers, i);
/src/crypto/external/bsd/openssl/dist/test/
cipher_overhead_test.c
14
static int cipher_enabled(const
SSL_CIPHER
*ciph)
36
const
SSL_CIPHER
*ciph;
cipherbytes_test.c
29
STACK_OF(
SSL_CIPHER
) *sk = NULL, *scsv = NULL;
47
STACK_OF(
SSL_CIPHER
) *sk, *scsv;
71
STACK_OF(
SSL_CIPHER
) *sk, *scsv;
101
STACK_OF(
SSL_CIPHER
) *sk = NULL, *scsv = NULL;
sslcorrupttest.c
144
STACK_OF(
SSL_CIPHER
) *sk_ciphers = NULL;
163
const
SSL_CIPHER
*cipher = sk_SSL_CIPHER_value(sk_ciphers, i);
189
STACK_OF(
SSL_CIPHER
) *ciphers;
190
const
SSL_CIPHER
*currcipher;
dtls_mtu_test.c
147
STACK_OF(
SSL_CIPHER
) *ciphers;
167
const
SSL_CIPHER
*cipher = sk_SSL_CIPHER_value(ciphers, i);
ciphername_test.c
383
const
SSL_CIPHER
*c;
384
STACK_OF(
SSL_CIPHER
) *sk = NULL;
/src/crypto/external/bsd/openssl.old/dist/test/
cipher_overhead_test.c
27
const
SSL_CIPHER
*ciph;
cipherbytes_test.c
29
STACK_OF(
SSL_CIPHER
) *sk = NULL, *scsv = NULL;
47
STACK_OF(
SSL_CIPHER
) *sk, *scsv;
71
STACK_OF(
SSL_CIPHER
) *sk, *scsv;
101
STACK_OF(
SSL_CIPHER
) *sk = NULL, *scsv = NULL;
sslcorrupttest.c
144
STACK_OF(
SSL_CIPHER
) *sk_ciphers = NULL;
163
const
SSL_CIPHER
*cipher = sk_SSL_CIPHER_value(sk_ciphers, i);
189
STACK_OF(
SSL_CIPHER
) *ciphers;
190
const
SSL_CIPHER
*currcipher;
dtls_mtu_test.c
147
STACK_OF(
SSL_CIPHER
) *ciphers;
167
const
SSL_CIPHER
*cipher = sk_SSL_CIPHER_value(ciphers, i);
ciphername_test.c
383
const
SSL_CIPHER
*c;
384
STACK_OF(
SSL_CIPHER
) *sk = NULL;
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_ciph.c
151
const
SSL_CIPHER
*cipher;
157
static const
SSL_CIPHER
cipher_aliases[] = {
436
int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const
SSL_CIPHER
*sslc,
466
int ssl_cipher_get_evp_md_mac(SSL_CTX *ctx, const
SSL_CIPHER
*sslc,
499
const
SSL_CIPHER
*c;
649
const
SSL_CIPHER
*c;
703
static void ssl_cipher_collect_aliases(const
SSL_CIPHER
**ca_list,
712
const
SSL_CIPHER
**ca_curr;
758
*ca_curr = (
SSL_CIPHER
*)(cipher_aliases + i);
773
const
SSL_CIPHER
*cp
[
all
...]
ssl_local.h
66
* Define the Bitmasks for
SSL_CIPHER
.algorithms.
69
* is for internal library use only, even though
SSL_CIPHER
.algorithms
431
const
SSL_CIPHER
*(*get_cipher_by_char)(const unsigned char *ptr);
432
int (*put_cipher_by_char)(const
SSL_CIPHER
*cipher, WPACKET *pkt,
436
const
SSL_CIPHER
*(*get_cipher)(unsigned ncipher);
523
const
SSL_CIPHER
*cipher;
797
STACK_OF(
SSL_CIPHER
) *cipher_list;
799
STACK_OF(
SSL_CIPHER
) *cipher_list_by_id;
801
STACK_OF(
SSL_CIPHER
) *tls13_ciphersuites;
1357
const
SSL_CIPHER
*new_cipher
[
all
...]
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_ciph.c
159
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,
517
const
SSL_CIPHER
*c;
688
const
SSL_CIPHER
*c;
747
static void ssl_cipher_collect_aliases(const
SSL_CIPHER
**ca_list,
756
const
SSL_CIPHER
**ca_curr;
802
*ca_curr = (
SSL_CIPHER
*)(cipher_aliases + i);
817
const
SSL_CIPHER
*cp;
998
const
SSL_CIPHER
**ca_list, CERT *c
[
all
...]
ssl_local.h
149
* Define the Bitmasks for
SSL_CIPHER
.algorithms.
152
* is for internal library use only, even though
SSL_CIPHER
.algorithms
509
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
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_ciph.c
192
const
SSL_CIPHER
*cipher;
198
static const
SSL_CIPHER
cipher_aliases[] = {
491
const
SSL_CIPHER
*c;
652
const
SSL_CIPHER
*c;
711
static void ssl_cipher_collect_aliases(const
SSL_CIPHER
**ca_list,
720
const
SSL_CIPHER
**ca_curr;
766
*ca_curr = (
SSL_CIPHER
*)(cipher_aliases + i);
781
const
SSL_CIPHER
*cp;
960
const
SSL_CIPHER
**ca_list, CERT *c)
1277
STACK_OF(
SSL_CIPHER
) *ciphersuites = (STACK_OF(SSL_CIPHER) *)arg
[
all
...]
ssl_local.h
145
* Define the Bitmasks for
SSL_CIPHER
.algorithms.
148
* is for internal library use only, even though
SSL_CIPHER
.algorithms
461
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
[
all
...]
/src/crypto/external/apache2/openssl/dist/apps/
ciphers.c
95
STACK_OF(
SSL_CIPHER
) *sk = NULL;
231
const
SSL_CIPHER
*c = sk_SSL_CIPHER_value(sk, i);
247
const
SSL_CIPHER
*c;
/src/crypto/external/bsd/openssl/dist/apps/
ciphers.c
92
STACK_OF(
SSL_CIPHER
) *sk = NULL;
229
const
SSL_CIPHER
*c = sk_SSL_CIPHER_value(sk, i);
245
const
SSL_CIPHER
*c;
/src/crypto/external/bsd/openssl.old/dist/apps/
ciphers.c
86
STACK_OF(
SSL_CIPHER
) *sk = NULL;
218
const
SSL_CIPHER
*c = sk_SSL_CIPHER_value(sk, i);
230
const
SSL_CIPHER
*c;
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h
212
typedef struct ssl_cipher_st
SSL_CIPHER
;
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
...]
Completed in 84 milliseconds
1
2
3
4
Indexes created Tue Jun 16 00:25:01 UTC 2026