/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/ |
D | cbc_s390x.go | 18 type cbc struct { struct 19 b *aesCipherAsm 20 c code 21 iv [BlockSize]byte 40 func (x *cbc) BlockSize() int { return BlockSize } 48 func (x *cbc) CryptBlocks(dst, src []byte) { 63 func (x *cbc) SetIV(iv []byte) {
|
D | cbc_ppc64x.go | 21 type cbc struct { struct 22 b *aesCipherAsm 23 enc int 24 iv [BlockSize]byte 43 func (x *cbc) BlockSize() int { return BlockSize } 50 func (x *cbc) CryptBlocks(dst, src []byte) { 69 func (x *cbc) SetIV(iv []byte) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/cipher/ |
D | cbc.go | 20 type cbc struct { struct 21 b Block 22 blockSize int 23 iv []byte 24 tmp []byte
|
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/ |
H A D | crypto_internal-cipher.c | 26 u8 cbc[32]; member 32 u8 cbc[8]; member 37 u8 cbc[8]; member
|
H A D | aes-cbc.c | 27 u8 cbc[AES_BLOCK_SIZE]; in aes_128_cbc_encrypt() local 63 u8 cbc[AES_BLOCK_SIZE], tmp[AES_BLOCK_SIZE]; in aes_128_cbc_decrypt() local
|
H A D | aes-omac1.c | 47 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; in omac1_aes_vector() local
|
H A D | crypto_libtomcrypt.c | 291 symmetric_CBC cbc; member
|
/aosp_15_r20/external/f2fs-tools/fsck/ |
H A D | fsck.c | 587 u32 *blk_cnt, struct f2fs_compr_blk_cnt *cbc, in fsck_chk_node_blk() 882 u32 *blk_cnt, struct f2fs_compr_blk_cnt *cbc, in fsck_chk_inode_blk() 1458 u32 *blk_cnt, struct f2fs_compr_blk_cnt *cbc, in fsck_chk_dnode_blk() 1523 struct f2fs_compr_blk_cnt *cbc, struct child_info *child) in fsck_chk_idnode_blk() 1566 struct f2fs_compr_blk_cnt *cbc, struct child_info *child) in fsck_chk_didnode_blk() 1840 struct f2fs_compr_blk_cnt cbc; in __chk_dentries() local 2174 struct f2fs_compr_blk_cnt cbc = {0, CHEADER_PGOFS_NONE}; in fsck_chk_orphan_node() local 2255 struct f2fs_compr_blk_cnt cbc = {0, CHEADER_PGOFS_NONE}; in fsck_chk_quota_node() local 3240 struct f2fs_compr_blk_cnt cbc; in fsck_reconnect_file() local
|
H A D | main.c | 916 struct f2fs_compr_blk_cnt cbc; in do_fsck() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | pspdecryptionparam.h | 24 uint32_t cbc : 1; member
|
H A D | radeon_vcn_dec.c | 706 int cbc = decrypted->u.s.cbc; in set_drm_keys() local
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | aio.c | 183 const struct iocb *cbc = tail_memdup(&proto_cbc, sizeof(proto_cbc)); in main() local
|
/aosp_15_r20/external/strace/tests/ |
H A D | aio.c | 183 const struct iocb *cbc = tail_memdup(&proto_cbc, sizeof(proto_cbc)); in main() local
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | aio.c | 183 const struct iocb *cbc = tail_memdup(&proto_cbc, sizeof(proto_cbc)); in main() local
|
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/aes/ |
D | mod.rs | 15 pub mod cbc; module
|
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_rustcrypto/src/aes_cp/ |
D | mod.rs | 25 pub(crate) mod cbc; module
|
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_boringssl/src/aes/ |
D | mod.rs | 24 pub mod cbc; module
|
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider/src/aes/ |
D | mod.rs | 23 pub mod cbc; module
|
/aosp_15_r20/device/google/contexthub/firmware/os/core/ |
D | appSec.c | 57 struct AesCbcContext cbc; member
|
/aosp_15_r20/external/rust/beto-rust/nearby/ |
D | Cargo.toml | 103 cbc = { version = "0.1.2", features = ["block-padding"] } qkey
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.c | 122 cbc128_f cbc; member
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/cipher/ |
H A D | e_aes.c | 120 cbc128_f cbc; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.c | 122 cbc128_f cbc; member
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/cipher/ |
H A D | e_aes.c | 120 cbc128_f cbc; member
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/ |
H A D | tokenizer.json | 84278 "cbc": 81866, number
|