Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5_hw.c20 #define NO_PAYLOAD_LENGTH ((size_t)-1) macro
44 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()
H A Dcipher_aes_cbc_hmac_sha.h63 # define NO_PAYLOAD_LENGTH ((size_t)-1) macro
H A Dcipher_aes_cbc_hmac_sha1_hw.c61 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()
H A Dcipher_aes_cbc_hmac_sha256_hw.c63 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()
/openssl/crypto/evp/
H A De_rc4_hmac_md5.c37 # define NO_PAYLOAD_LENGTH ((size_t)-1) macro
60 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()
H A De_aes_cbc_hmac_sha1.c41 #define NO_PAYLOAD_LENGTH ((size_t)-1) macro
90 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()
H A De_aes_cbc_hmac_sha256.c41 # define NO_PAYLOAD_LENGTH ((size_t)-1) macro
85 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()
/openssl/engines/
H A De_ossltest.c777 #define NO_PAYLOAD_LENGTH ((size_t)-1) macro
786 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 79 milliseconds