HomeSort by: relevance | last modified time | path
    Searched refs:PSK_MAX_IDENTITY_LEN (Results 1 - 18 of 18) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_clnt.c 2012 if (PACKET_remaining(&psk_identity_hint) > PSK_MAX_IDENTITY_LEN) {
2890 * The callback needs PSK_MAX_IDENTITY_LEN + 1 bytes to return a
2894 char identity[PSK_MAX_IDENTITY_LEN + 1];
2926 if (identitylen > PSK_MAX_IDENTITY_LEN) {
extensions_clnt.c 752 char identity[PSK_MAX_IDENTITY_LEN + 1];
791 if (idlen > PSK_MAX_IDENTITY_LEN) {
extensions_srvr.c 1097 && idlen <= PSK_MAX_IDENTITY_LEN) {
statem_srvr.c 2682 * It should not happen that len > PSK_MAX_IDENTITY_LEN - we already
2685 if (len > PSK_MAX_IDENTITY_LEN
2941 if (PACKET_remaining(&psk_identity) > PSK_MAX_IDENTITY_LEN) {
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_clnt.c 822 char identity[PSK_MAX_IDENTITY_LEN + 1];
861 if (idlen > PSK_MAX_IDENTITY_LEN) {
statem_clnt.c 2220 if (PACKET_remaining(&psk_identity_hint) > PSK_MAX_IDENTITY_LEN) {
3030 * The callback needs PSK_MAX_IDENTITY_LEN + 1 bytes to return a
3034 char identity[PSK_MAX_IDENTITY_LEN + 1];
3063 if (identitylen > PSK_MAX_IDENTITY_LEN) {
statem_srvr.c 2718 * It should not happen that len > PSK_MAX_IDENTITY_LEN - we already
2721 if (len > PSK_MAX_IDENTITY_LEN
2946 if (PACKET_remaining(&psk_identity) > PSK_MAX_IDENTITY_LEN) {
extensions_srvr.c 1355 && idlen <= PSK_MAX_IDENTITY_LEN) {
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions_clnt.c 744 char identity[PSK_MAX_IDENTITY_LEN + 1];
781 if (idlen > PSK_MAX_IDENTITY_LEN) {
statem_clnt.c 1959 if (PACKET_remaining(&psk_identity_hint) > PSK_MAX_IDENTITY_LEN) {
2753 * The callback needs PSK_MAX_IDENTITY_LEN + 1 bytes to return a
2757 char identity[PSK_MAX_IDENTITY_LEN + 1];
2785 if (identitylen > PSK_MAX_IDENTITY_LEN) {
extensions_srvr.c 1034 && idlen <= PSK_MAX_IDENTITY_LEN) {
statem_srvr.c 2584 * It should not happen that len > PSK_MAX_IDENTITY_LEN - we already
2587 if (len > PSK_MAX_IDENTITY_LEN
2809 if (PACKET_remaining(&psk_identity) > PSK_MAX_IDENTITY_LEN) {
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 821 # define PSK_MAX_IDENTITY_LEN 128
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 4604 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
4623 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 4336 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
4355 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 835 #define PSK_MAX_IDENTITY_LEN 256
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 5761 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
5782 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 813 # define PSK_MAX_IDENTITY_LEN 256

Completed in 68 milliseconds