Home
last modified time | relevance | path

Searched defs:cbc (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/
Dcbc_s390x.go18 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) {
Dcbc_ppc64x.go21 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/
Dcbc.go20 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 Dcrypto_internal-cipher.c26 u8 cbc[32]; member
32 u8 cbc[8]; member
37 u8 cbc[8]; member
H A Daes-cbc.c27 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 Daes-omac1.c47 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; in omac1_aes_vector() local
H A Dcrypto_libtomcrypt.c291 symmetric_CBC cbc; member
/aosp_15_r20/external/f2fs-tools/fsck/
H A Dfsck.c587 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 Dmain.c916 struct f2fs_compr_blk_cnt cbc; in do_fsck() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dpspdecryptionparam.h24 uint32_t cbc : 1; member
H A Dradeon_vcn_dec.c706 int cbc = decrypted->u.s.cbc; in set_drm_keys() local
/aosp_15_r20/external/strace/tests-mx32/
H A Daio.c183 const struct iocb *cbc = tail_memdup(&proto_cbc, sizeof(proto_cbc)); in main() local
/aosp_15_r20/external/strace/tests/
H A Daio.c183 const struct iocb *cbc = tail_memdup(&proto_cbc, sizeof(proto_cbc)); in main() local
/aosp_15_r20/external/strace/tests-m32/
H A Daio.c183 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/
Dmod.rs15 pub mod cbc; module
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_rustcrypto/src/aes_cp/
Dmod.rs25 pub(crate) mod cbc; module
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_boringssl/src/aes/
Dmod.rs24 pub mod cbc; module
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider/src/aes/
Dmod.rs23 pub mod cbc; module
/aosp_15_r20/device/google/contexthub/firmware/os/core/
DappSec.c57 struct AesCbcContext cbc; member
/aosp_15_r20/external/rust/beto-rust/nearby/
DCargo.toml103 cbc = { version = "0.1.2", features = ["block-padding"] } qkey
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c122 cbc128_f cbc; member
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/cipher/
H A De_aes.c120 cbc128_f cbc; member
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c122 cbc128_f cbc; member
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/cipher/
H A De_aes.c120 cbc128_f cbc; member
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/
H A Dtokenizer.json84278 "cbc": 81866, number

12