Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_hw.c70 size_t blocks = inl / CHACHA_BLK_SIZE; in chacha20_cipher() local
H 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
H 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
H A Dcipher_aes_ccm.h32 unsigned long long blocks; member
H 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/include/crypto/
H A Dpoly1305.h36 poly1305_blocks_f blocks; member
H A Dmodes.h163 u64 blocks; member
/openssl/crypto/evp/
H 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
H A De_aes_cbc_hmac_sha1.c147 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 De_rc4_hmac_md5.c83 md5_off = MD5_CBLOCK - key->md.num, blocks; in rc4_hmac_md5_cipher() local
H A De_chacha20_poly1305.c86 size_t blocks = len / CHACHA_BLK_SIZE; in chacha_cipher() local
H A De_aes.c996 unsigned long long blocks; member
/openssl/crypto/modes/
H A Dctr128.c168 size_t blocks = len / 16; in CRYPTO_ctr128_encrypt_ctr32() local
H A Dgcm128.c1505 unsigned blocks = (mres + 15) & -16; in CRYPTO_gcm128_finish() local
/openssl/providers/implementations/digests/
H A Dblake2s_prov.c148 const uint8_t *blocks, in blake2s_compress()
H A Dblake2b_prov.c155 const uint8_t *blocks, in blake2b_compress()
/openssl/crypto/
H A Dparams_dup.c25 size_t blocks; /* Number of aligned blocks */ member
/openssl/engines/
H A De_padlock.c447 unsigned char *out, size_t blocks, in padlock_ctr32_encrypt_glue()
/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c382 unsigned int ctr32, blocks; in drbg_ctr_generate() local

Completed in 143 milliseconds