Searched defs:blocks (Results 1 – 19 of 19) sorted by relevance
/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_hw.c | 70 size_t blocks = inl / CHACHA_BLK_SIZE; in chacha20_cipher() local
|
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 108 int blocks; member 114 int blocks; member 135 } blocks[8]; in tls1_multi_block_encrypt() local 381 size_t aes_off = 0, blocks; in aesni_cbc_hmac_sha1_cipher() local
|
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 112 int blocks; member 118 int blocks; member 139 } blocks[8]; in tls1_multi_block_encrypt() local 404 size_t aes_off = 0, blocks; in aesni_cbc_hmac_sha256_cipher() local
|
H A D | cipher_aes_ccm.h | 32 unsigned long long blocks; member
|
H A D | cipher_rc4_hmac_md5_hw.c | 58 size_t md5_off = MD5_CBLOCK - ctx->md.num, blocks; in cipher_hw_rc4_hmac_md5_cipher() local
|
/openssl/include/crypto/ |
H A D | poly1305.h | 36 poly1305_blocks_f blocks; member
|
H A D | modes.h | 169 u64 blocks; member
|
/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 141 int blocks; member 149 int blocks; member 167 } blocks[8]; in tls1_1_multi_block_encrypt() local 432 size_t aes_off = 0, blocks; in aesni_cbc_hmac_sha256_cipher() local
|
H A D | e_aes_cbc_hmac_sha1.c | 147 int blocks; member 155 int blocks; member 173 } blocks[8]; in tls1_1_multi_block_encrypt() local 418 size_t aes_off = 0, blocks; in aesni_cbc_hmac_sha1_cipher() local
|
H A D | e_rc4_hmac_md5.c | 83 md5_off = MD5_CBLOCK - key->md.num, blocks; in rc4_hmac_md5_cipher() local
|
H A D | e_chacha20_poly1305.c | 86 size_t blocks = len / CHACHA_BLK_SIZE; in chacha_cipher() local
|
H A D | e_aes.c | 992 unsigned long long blocks; member
|
/openssl/crypto/modes/ |
H A D | ctr128.c | 168 size_t blocks = len / 16; in CRYPTO_ctr128_encrypt_ctr32() local
|
H A D | gcm128.c | 1557 unsigned blocks = (mres + 15) & -16; in CRYPTO_gcm128_finish() local
|
/openssl/providers/implementations/digests/ |
H A D | blake2b_prov.c | 156 const uint8_t *blocks, in blake2b_compress()
|
H A D | blake2s_prov.c | 146 const uint8_t *blocks, in blake2s_compress()
|
/openssl/crypto/ |
H A D | params_dup.c | 25 size_t blocks; /* Number of aligned blocks */ member
|
/openssl/engines/ |
H A D | e_padlock.c | 460 unsigned char *out, size_t blocks, in padlock_ctr32_encrypt_glue()
|
/openssl/providers/implementations/rands/ |
H A D | drbg_ctr.c | 393 unsigned int ctr32, blocks; in drbg_ctr_generate() local
|
Completed in 69 milliseconds