Home
last modified time | relevance | path

Searched defs:iv (Results 1 – 16 of 16) sorted by relevance

/trusty/user/app/storage/
Dcrypt.h31 struct iv { struct
34 #define IV_INITIAL_ZERO_VALUE(iv) \ argument
Dblock_cache.c343 const struct iv* iv = NULL; /* TODO: support external iv */ in block_cache_entry_decrypt() local
392 struct iv* iv = NULL; /* TODO: support external iv */ in block_cache_entry_encrypt() local
1182 const struct iv* iv, in block_get_no_tr_fail()
1221 const struct iv* iv, in block_get()
1351 struct iv* iv = (void*)entry->data; /* TODO: support external iv */ in block_put_dirty_etc() local
1478 const struct iv* iv, in block_get_write()
Dcheckpoint.c37 struct iv iv; member
Dcrypt.c97 const struct iv* iv, in crypt()
Dsuper.c139 struct iv iv; member
Dfile.c47 struct iv iv; member
Dblock_tree.c78 struct iv iv; member
/trusty/user/base/lib/hwaes/srv/include/lib/hwaes_server/
Dhwaes_server.h65 struct hwaes_arg_in iv; member
/trusty/user/base/lib/hwaes/include/lib/hwaes/
Dhwaes.h98 struct hwcrypt_arg_in iv; member
/trusty/user/base/app/swaes-benchmark/
Dvectors.h5586 const uint8_t* iv; member
/trusty/user/base/interface/hwaes/include/interface/hwaes/
Dhwaes.h224 struct hwaes_data_desc iv; member
/trusty/user/base/app/hwaes-benchmark/
Dhwaes-bench.c122 const uint8_t* iv; member
/trusty/user/app/sample/hwcrypto/
Dhwkey_srv.c241 uint8_t* iv = NULL; in hwkey_get_derived_key() local
/trusty/user/app/keymaster/
Dtrusty_keymaster_context.cpp1313 KeymasterBlob iv; in UnwrapKey() local
/trusty/user/base/app/hwaes-unittest/
Dhwaes-test.c73 struct hwcrypt_arg_in iv; member
/trusty/user/base/lib/apploader_package/
Dcose.cpp819 std::optional<std::vector<uint8_t>> iv = getRandom(kAesGcmIvSize); in coseEncryptAesGcm() local