Searched refs:cose_algorithm (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/trusty/user/base/lib/hwbcc/client/ |
D | hwbcc.c | 96 int32_t cose_algorithm, in sign_data() argument 134 req.args.algorithm = cose_algorithm; in sign_data() 219 int32_t cose_algorithm, in hwbcc_get_protected_data() argument 239 rc = sign_data(chan, test_mode, cose_algorithm, data, data_size, aad, in hwbcc_get_protected_data()
|
/aosp_15_r20/trusty/user/base/lib/hwbcc/common/ |
D | swbcc.c | 316 int32_t cose_algorithm, in swbcc_sign_key() argument 336 if (cose_algorithm != HWBCC_ALGORITHM_ED25519) { in swbcc_sign_key() 337 TLOGE("Signing algorithm is not supported: %d\n", cose_algorithm); in swbcc_sign_key()
|
/aosp_15_r20/trusty/user/base/lib/hwbcc/rust/src/ |
D | lib.rs | 372 cose_algorithm: SigningAlgorithm, in sign_data() 392 SignDataMsg::new(BccMsgHeader { cmd, test_mode, context: 0 }, cose_algorithm, data, aad); in sign_data()
|
/aosp_15_r20/trusty/user/base/lib/hwbcc/client/include/lib/hwbcc/client/ |
D | hwbcc.h | 49 int32_t cose_algorithm,
|
/aosp_15_r20/trusty/user/base/lib/hwbcc/common/include/lib/hwbcc/common/ |
D | swbcc.h | 61 int32_t cose_algorithm,
|