Home
last modified time | relevance | path

Searched refs:XTS_MAX_BLOCKS_PER_DATA_UNIT (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/include/crypto/
Dmodes.h144 #define XTS_MAX_BLOCKS_PER_DATA_UNIT (1<<20) macro
/third_party/openssl/include/crypto/
Dmodes.h144 #define XTS_MAX_BLOCKS_PER_DATA_UNIT (1<<20) macro
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_aes_xts.c177 if (inl > XTS_MAX_BLOCKS_PER_DATA_UNIT * AES_BLOCK_SIZE) { in aes_xts_cipher()
/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_xts.c177 if (inl > XTS_MAX_BLOCKS_PER_DATA_UNIT * AES_BLOCK_SIZE) { in aes_xts_cipher()
/third_party/openssl/crypto/evp/
De_aes.c3256 if (len > XTS_MAX_BLOCKS_PER_DATA_UNIT * AES_BLOCK_SIZE) { in aes_xts_cipher()
/third_party/node/deps/openssl/openssl/crypto/evp/
De_aes.c3250 if (len > XTS_MAX_BLOCKS_PER_DATA_UNIT * AES_BLOCK_SIZE) { in aes_xts_cipher()