Searched refs:CAST_BLOCK (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/decrepit/cast/ |
D | cast.c | 426 while (len >= CAST_BLOCK) { in cast_ecb_cipher() 428 in += CAST_BLOCK; in cast_ecb_cipher() 429 out += CAST_BLOCK; in cast_ecb_cipher() 430 len -= CAST_BLOCK; in cast_ecb_cipher() 445 NID_cast5_ecb, CAST_BLOCK, 446 CAST_KEY_LENGTH, CAST_BLOCK /* iv_len */, 454 NID_cast5_cbc, CAST_BLOCK, 455 CAST_KEY_LENGTH, CAST_BLOCK /* iv_len */,
|
/external/boringssl/src/decrepit/cast/ |
D | cast.c | 426 while (len >= CAST_BLOCK) { in cast_ecb_cipher() 428 in += CAST_BLOCK; in cast_ecb_cipher() 429 out += CAST_BLOCK; in cast_ecb_cipher() 430 len -= CAST_BLOCK; in cast_ecb_cipher() 445 NID_cast5_ecb, CAST_BLOCK, 446 CAST_KEY_LENGTH, CAST_BLOCK /* iv_len */, 454 NID_cast5_cbc, CAST_BLOCK, 455 CAST_KEY_LENGTH, CAST_BLOCK /* iv_len */,
|
/external/boringssl/src/include/openssl/ |
D | cast.h | 70 #define CAST_BLOCK 8 macro
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | cast.h | 70 #define CAST_BLOCK 8 macro
|