Home
last modified time | relevance | path

Searched defs:blocks (Results 1 – 19 of 19) sorted by relevance

/openssl-master/providers/implementations/ciphers/
A Dcipher_chacha20_hw.c70 size_t blocks = inl / CHACHA_BLK_SIZE; in chacha20_cipher() local
A Dcipher_aes_cbc_hmac_sha1_hw.c108 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
A Dcipher_aes_cbc_hmac_sha256_hw.c112 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
A Dcipher_aes_ccm.h32 unsigned long long blocks; member
A Dcipher_rc4_hmac_md5_hw.c58 size_t md5_off = MD5_CBLOCK - ctx->md.num, blocks; in cipher_hw_rc4_hmac_md5_cipher() local
/openssl-master/include/crypto/
A Dpoly1305.h36 poly1305_blocks_f blocks; member
A Dmodes.h156 u64 blocks; member
/openssl-master/crypto/evp/
A De_aes_cbc_hmac_sha1.c146 int blocks; member
154 int blocks; member
172 } blocks[8]; in tls1_1_multi_block_encrypt() local
417 size_t aes_off = 0, blocks; in aesni_cbc_hmac_sha1_cipher() local
A De_aes_cbc_hmac_sha256.c141 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
A De_rc4_hmac_md5.c83 md5_off = MD5_CBLOCK - key->md.num, blocks; in rc4_hmac_md5_cipher() local
A De_chacha20_poly1305.c86 size_t blocks = len / CHACHA_BLK_SIZE; in chacha_cipher() local
A De_aes.c942 unsigned long long blocks; member
/openssl-master/crypto/modes/
A Dctr128.c168 size_t blocks = len / 16; in CRYPTO_ctr128_encrypt_ctr32() local
A Dgcm128.c1786 unsigned blocks = (mres + 15) & -16; local
/openssl-master/providers/implementations/digests/
A Dblake2b_prov.c155 const uint8_t *blocks, in blake2b_compress()
A Dblake2s_prov.c148 const uint8_t *blocks, in blake2s_compress()
/openssl-master/crypto/
A Dparams_dup.c26 size_t blocks; /* Number of aligned blocks */ member
/openssl-master/engines/
A De_padlock.c447 unsigned char *out, size_t blocks, in padlock_ctr32_encrypt_glue()
/openssl-master/providers/implementations/rands/
A Ddrbg_ctr.c383 unsigned int ctr32, blocks; in drbg_ctr_generate() local

Completed in 30 milliseconds