Home
last modified time | relevance | path

Searched refs:PSK_MAX_PSK_LEN (Results 1 - 25 of 66) sorted by relevance

123

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_clnt.c2767 unsigned char psk[PSK_MAX_PSK_LEN]; in tls_construct_cke_psk_preamble()
2783 if (psklen > PSK_MAX_PSK_LEN) { in tls_construct_cke_psk_preamble()
2785 psklen = PSK_MAX_PSK_LEN; /* Avoid overrunning the array on cleanse */ in tls_construct_cke_psk_preamble()
H A Dextensions_srvr.c1031 unsigned char pskdata[PSK_MAX_PSK_LEN]; in tls_parse_ctos_psk()
1041 if (pskdatalen > PSK_MAX_PSK_LEN) { in tls_parse_ctos_psk()
H A Dextensions_clnt.c766 unsigned char psk[PSK_MAX_PSK_LEN]; in tls_construct_ctos_early_data()
773 if (psklen > PSK_MAX_PSK_LEN) { in tls_construct_ctos_early_data()
H A Dstatem_srvr.c2822 unsigned char psk[PSK_MAX_PSK_LEN]; in tls_process_cke_psk_preamble()
2847 if (psklen > PSK_MAX_PSK_LEN) { in tls_process_cke_psk_preamble()
/third_party/openssl/ssl/statem/
H A Dstatem_clnt.c2759 unsigned char psk[PSK_MAX_PSK_LEN]; in tls_construct_cke_psk_preamble()
2775 if (psklen > PSK_MAX_PSK_LEN) { in tls_construct_cke_psk_preamble()
2777 psklen = PSK_MAX_PSK_LEN; /* Avoid overrunning the array on cleanse */ in tls_construct_cke_psk_preamble()
H A Dextensions_srvr.c1031 unsigned char pskdata[PSK_MAX_PSK_LEN]; in tls_parse_ctos_psk()
1041 if (pskdatalen > PSK_MAX_PSK_LEN) { in tls_parse_ctos_psk()
H A Dextensions_clnt.c766 unsigned char psk[PSK_MAX_PSK_LEN]; in tls_construct_ctos_early_data()
773 if (psklen > PSK_MAX_PSK_LEN) { in tls_construct_ctos_early_data()
H A Dstatem_srvr.c2801 unsigned char psk[PSK_MAX_PSK_LEN]; in tls_process_cke_psk_preamble()
2826 if (psklen > PSK_MAX_PSK_LEN) { in tls_process_cke_psk_preamble()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h822 # define PSK_MAX_PSK_LEN 256 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h837 # define PSK_MAX_PSK_LEN 512 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h837 # define PSK_MAX_PSK_LEN 512 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h837 # define PSK_MAX_PSK_LEN 512 macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h837 # define PSK_MAX_PSK_LEN 512 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h837 # define PSK_MAX_PSK_LEN 512 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h837 # define PSK_MAX_PSK_LEN 512 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h837 # define PSK_MAX_PSK_LEN 512 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h837 # define PSK_MAX_PSK_LEN 512 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h837 # define PSK_MAX_PSK_LEN 512 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dssl.h837 # define PSK_MAX_PSK_LEN 512 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dssl.h837 # define PSK_MAX_PSK_LEN 512 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dssl.h837 # define PSK_MAX_PSK_LEN 512 macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dssl.h837 # define PSK_MAX_PSK_LEN 512 macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dssl.h837 # define PSK_MAX_PSK_LEN 512 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dssl.h837 # define PSK_MAX_PSK_LEN 512 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dssl.h837 # define PSK_MAX_PSK_LEN 512 macro

Completed in 128 milliseconds

123