Home
last modified time | relevance | path

Searched refs:NO_PAYLOAD_LENGTH (Results 1 – 2 of 2) sorted by relevance

/trueos/crypto/openssl/crypto/evp/
HDe_rc4_hmac_md5.c78 # define NO_PAYLOAD_LENGTH ((size_t)-1) macro
97 key->payload_length = NO_PAYLOAD_LENGTH; in rc4_hmac_md5_init_key()
128 if (plen != NO_PAYLOAD_LENGTH && len != (plen + MD5_DIGEST_LENGTH)) in rc4_hmac_md5_cipher()
132 if (plen == NO_PAYLOAD_LENGTH) in rc4_hmac_md5_cipher()
205 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in rc4_hmac_md5_cipher()
221 key->payload_length = NO_PAYLOAD_LENGTH; in rc4_hmac_md5_cipher()
HDe_aes_cbc_hmac_sha1.c85 # define NO_PAYLOAD_LENGTH ((size_t)-1) macro
131 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_init_key()
194 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_cipher()
200 if (plen == NO_PAYLOAD_LENGTH) in aesni_cbc_hmac_sha1_cipher()