Symbol: NO_PAYLOAD_LENGTH
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
420
key->payload_length = NO_PAYLOAD_LENGTH;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
426
if (plen == NO_PAYLOAD_LENGTH)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
484
if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
88
key->payload_length = NO_PAYLOAD_LENGTH;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
434
key->payload_length = NO_PAYLOAD_LENGTH;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
440
if (plen == NO_PAYLOAD_LENGTH)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
516
if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
83
key->payload_length = NO_PAYLOAD_LENGTH;
crypto/openssl/crypto/evp/e_rc4_hmac_md5.c
161
if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */
crypto/openssl/crypto/evp/e_rc4_hmac_md5.c
177
key->payload_length = NO_PAYLOAD_LENGTH;
crypto/openssl/crypto/evp/e_rc4_hmac_md5.c
60
key->payload_length = NO_PAYLOAD_LENGTH;
crypto/openssl/crypto/evp/e_rc4_hmac_md5.c
86
if (plen != NO_PAYLOAD_LENGTH && len != (plen + MD5_DIGEST_LENGTH))
crypto/openssl/crypto/evp/e_rc4_hmac_md5.c
90
if (plen == NO_PAYLOAD_LENGTH)
crypto/openssl/engines/e_ossltest.c
784
key->payload_length = NO_PAYLOAD_LENGTH;
crypto/openssl/engines/e_ossltest.c
797
key->payload_length = NO_PAYLOAD_LENGTH;
crypto/openssl/engines/e_ossltest.c
803
if (plen == NO_PAYLOAD_LENGTH)
crypto/openssl/engines/e_ossltest.c
823
if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
384
ctx->payload_length = NO_PAYLOAD_LENGTH;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
390
if (plen == NO_PAYLOAD_LENGTH)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
446
if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
61
ctx->payload_length = NO_PAYLOAD_LENGTH;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
407
ctx->payload_length = NO_PAYLOAD_LENGTH;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
413
if (plen == NO_PAYLOAD_LENGTH)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
488
if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
63
ctx->payload_length = NO_PAYLOAD_LENGTH;
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
143
if (plen != NO_PAYLOAD_LENGTH) {
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
160
ctx->payload_length = NO_PAYLOAD_LENGTH;
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
44
ctx->payload_length = NO_PAYLOAD_LENGTH;
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
63
if (plen != NO_PAYLOAD_LENGTH && len != (plen + MD5_DIGEST_LENGTH))
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
67
if (plen == NO_PAYLOAD_LENGTH)