Home
last modified time | relevance | path

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

/openssl-master/crypto/evp/
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()
A De_aes_cbc_hmac_sha1.c34 size_t payload_length; /* AAD length in decrypt case */ member
89 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_init_key()
413 size_t plen = key->payload_length, iv = 0, /* explicit IV in TLS 1.1 and in aesni_cbc_hmac_sha1_cipher()
422 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_cipher()
817 key->payload_length = len; in aesni_cbc_hmac_sha1_ctrl()
834 key->payload_length = arg; in aesni_cbc_hmac_sha1_ctrl()
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-master/providers/implementations/ciphers/
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()
A Dcipher_rc4_hmac_md5.h21 size_t payload_length; member
A Dcipher_aes_cbc_hmac_sha.h39 size_t payload_length; /* AAD length in decrypt case */ member
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()
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-master/engines/
A De_ossltest.c281 size_t payload_length; /* AAD length in decrypt case */ member
790 key->payload_length = NO_PAYLOAD_LENGTH; in ossltest_aes128_cbc_hmac_sha1_init_key()
801 size_t plen = key->payload_length; in ossltest_aes128_cbc_hmac_sha1_cipher()
803 key->payload_length = NO_PAYLOAD_LENGTH; in ossltest_aes128_cbc_hmac_sha1_cipher()
880 key->payload_length = len; in ossltest_aes128_cbc_hmac_sha1_ctrl()
893 key->payload_length = arg; in ossltest_aes128_cbc_hmac_sha1_ctrl()

Completed in 15 milliseconds