Home
last modified time | relevance | path

Searched refs:payload_length (Results 1 – 9 of 9) sorted by relevance

/openssl/crypto/evp/
H A De_rc4_hmac_md5.c34 size_t payload_length; member
60 key->payload_length = NO_PAYLOAD_LENGTH; in rc4_hmac_md5_init_key()
86 size_t plen = key->payload_length; in rc4_hmac_md5_cipher()
181 key->payload_length = NO_PAYLOAD_LENGTH; in rc4_hmac_md5_cipher()
238 key->payload_length = len; in rc4_hmac_md5_ctrl()
H A De_aes_cbc_hmac_sha1.c34 size_t payload_length; /* AAD length in decrypt case */ member
90 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_init_key()
414 size_t plen = key->payload_length, iv = 0, /* explicit IV in TLS 1.1 and in aesni_cbc_hmac_sha1_cipher()
423 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_cipher()
824 key->payload_length = len; in aesni_cbc_hmac_sha1_ctrl()
841 key->payload_length = arg; in aesni_cbc_hmac_sha1_ctrl()
H A De_aes_cbc_hmac_sha256.c34 size_t payload_length; /* AAD length in decrypt case */ member
85 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_init_key()
428 size_t plen = key->payload_length, iv = 0, /* explicit IV in TLS 1.1 and in aesni_cbc_hmac_sha256_cipher()
437 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_cipher()
798 key->payload_length = len; in aesni_cbc_hmac_sha256_ctrl()
815 key->payload_length = arg; in aesni_cbc_hmac_sha256_ctrl()
/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5_hw.c44 ctx->payload_length = NO_PAYLOAD_LENGTH; in cipher_hw_rc4_hmac_md5_initkey()
61 size_t plen = ctx->payload_length; in cipher_hw_rc4_hmac_md5_cipher()
160 ctx->payload_length = NO_PAYLOAD_LENGTH; in cipher_hw_rc4_hmac_md5_cipher()
183 ctx->payload_length = len; in cipher_hw_rc4_hmac_md5_tls_init()
H A Dcipher_rc4_hmac_md5.h21 size_t payload_length; member
H A Dcipher_aes_cbc_hmac_sha.h39 size_t payload_length; /* AAD length in decrypt case */ member
H A Dcipher_aes_cbc_hmac_sha1_hw.c61 ctx->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_init_key()
379 size_t plen = ctx->payload_length; in aesni_cbc_hmac_sha1_cipher()
384 ctx->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_cipher()
677 ctx->payload_length = len; in aesni_cbc_hmac_sha1_set_tls1_aad()
694 ctx->payload_length = aad_len; in aesni_cbc_hmac_sha1_set_tls1_aad()
H A Dcipher_aes_cbc_hmac_sha256_hw.c63 ctx->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_init_key()
402 size_t plen = ctx->payload_length; in aesni_cbc_hmac_sha256_cipher()
407 ctx->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_cipher()
730 ctx->payload_length = len; in aesni_cbc_hmac_sha256_set_tls1_aad()
747 ctx->payload_length = aad_len; in aesni_cbc_hmac_sha256_set_tls1_aad()
/openssl/engines/
H A De_ossltest.c278 size_t payload_length; /* AAD length in decrypt case */ member
786 key->payload_length = NO_PAYLOAD_LENGTH; in ossltest_aes128_cbc_hmac_sha1_init_key()
797 size_t plen = key->payload_length; in ossltest_aes128_cbc_hmac_sha1_cipher()
799 key->payload_length = NO_PAYLOAD_LENGTH; in ossltest_aes128_cbc_hmac_sha1_cipher()
876 key->payload_length = len; in ossltest_aes128_cbc_hmac_sha1_ctrl()
889 key->payload_length = arg; in ossltest_aes128_cbc_hmac_sha1_ctrl()

Completed in 72 milliseconds