Searched refs:NO_PAYLOAD_LENGTH (Results 1 – 8 of 8) sorted by relevance
20 #define NO_PAYLOAD_LENGTH ((size_t)-1) macro44 ctx->payload_length = NO_PAYLOAD_LENGTH; in cipher_hw_rc4_hmac_md5_initkey()63 if (plen != NO_PAYLOAD_LENGTH && len != (plen + MD5_DIGEST_LENGTH)) in cipher_hw_rc4_hmac_md5_cipher()67 if (plen == NO_PAYLOAD_LENGTH) in cipher_hw_rc4_hmac_md5_cipher()143 if (plen != NO_PAYLOAD_LENGTH) { in cipher_hw_rc4_hmac_md5_cipher()160 ctx->payload_length = NO_PAYLOAD_LENGTH; in cipher_hw_rc4_hmac_md5_cipher()
63 # define NO_PAYLOAD_LENGTH ((size_t)-1) macro
61 ctx->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_init_key()384 ctx->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_cipher()390 if (plen == NO_PAYLOAD_LENGTH) in aesni_cbc_hmac_sha1_cipher()448 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in aesni_cbc_hmac_sha1_cipher()
63 ctx->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_init_key()407 ctx->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_cipher()413 if (plen == NO_PAYLOAD_LENGTH) in aesni_cbc_hmac_sha256_cipher()490 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in aesni_cbc_hmac_sha256_cipher()
37 # define NO_PAYLOAD_LENGTH ((size_t)-1) macro60 key->payload_length = NO_PAYLOAD_LENGTH; in rc4_hmac_md5_init_key()88 if (plen != NO_PAYLOAD_LENGTH && len != (plen + MD5_DIGEST_LENGTH)) in rc4_hmac_md5_cipher()92 if (plen == NO_PAYLOAD_LENGTH) in rc4_hmac_md5_cipher()165 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in rc4_hmac_md5_cipher()181 key->payload_length = NO_PAYLOAD_LENGTH; in rc4_hmac_md5_cipher()
41 #define NO_PAYLOAD_LENGTH ((size_t)-1) macro90 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_init_key()423 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_cipher()429 if (plen == NO_PAYLOAD_LENGTH) in aesni_cbc_hmac_sha1_cipher()489 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in aesni_cbc_hmac_sha1_cipher()
41 # define NO_PAYLOAD_LENGTH ((size_t)-1) macro85 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_init_key()437 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_cipher()443 if (plen == NO_PAYLOAD_LENGTH) in aesni_cbc_hmac_sha256_cipher()521 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in aesni_cbc_hmac_sha256_cipher()
777 #define NO_PAYLOAD_LENGTH ((size_t)-1) macro786 key->payload_length = NO_PAYLOAD_LENGTH; in ossltest_aes128_cbc_hmac_sha1_init_key()799 key->payload_length = NO_PAYLOAD_LENGTH; in ossltest_aes128_cbc_hmac_sha1_cipher()805 if (plen == NO_PAYLOAD_LENGTH) in ossltest_aes128_cbc_hmac_sha1_cipher()827 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in ossltest_aes128_cbc_hmac_sha1_cipher()
Completed in 28 milliseconds