/optee_os/core/tee/ |
A D | tee_ta_enc_manager.c | 27 res = crypto_authenc_init(*enc_ctx, TEE_MODE_DECRYPT, key, sizeof(key), in tee_ta_decrypt_init() 45 res = crypto_authenc_update_payload(enc_ctx, TEE_MODE_DECRYPT, src, len, in tee_ta_decrypt_update()
|
A D | tee_cryp_utl.c | 105 if (mode != TEE_MODE_ENCRYPT && mode != TEE_MODE_DECRYPT) in tee_do_cipher_update()
|
A D | tadb.c | 661 res = tadb_authenc_init(TEE_MODE_DECRYPT, &ta->entry, &ta->ctx); in tee_tadb_ta_open() 733 res = tadb_update_payload(ta->ctx, TEE_MODE_DECRYPT, in tee_tadb_ta_read() 748 res = tadb_update_payload(ta->ctx, TEE_MODE_DECRYPT, in tee_tadb_ta_read()
|
A D | fs_htree.c | 549 res = tee_fs_fek_crypt(ht->uuid, TEE_MODE_DECRYPT, ht->head.enc_fek, in verify_root() 554 res = authenc_init(&ctx, TEE_MODE_DECRYPT, ht, NULL, sizeof(ht->imeta)); in verify_root() 894 res = authenc_init(&ctx, TEE_MODE_DECRYPT, ht, &node->node, in tee_fs_htree_read_block()
|
A D | tee_fs_key_manager.c | 244 res = tee_fs_fek_crypt(uuid, TEE_MODE_DECRYPT, encrypted_fek, in tee_fs_crypt_block()
|
A D | tee_svc_cryp.c | 3447 if (cs->mode != TEE_MODE_DECRYPT) in syscall_authenc_dec_final() 3587 } else if (cs->mode == TEE_MODE_DECRYPT) { in syscall_asymm_operate() 3605 } else if (cs->mode == TEE_MODE_DECRYPT) { in syscall_asymm_operate() 3633 } else if (cs->mode == TEE_MODE_DECRYPT) { in syscall_asymm_operate()
|
A D | tee_rpmb_fs.c | 501 blk_idx, fek, TEE_MODE_DECRYPT); in decrypt_block()
|
/optee_os/core/drivers/crypto/se050/core/ |
A D | cipher.c | 19 TEE_OperationMode mode = TEE_MODE_DECRYPT; in do_init()
|
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | tee_api_types.h | 122 TEE_MODE_DECRYPT = 1, enumerator
|
/optee_os/out/arm/export-ta_arm64/host_include/ |
A D | tee_api_types.h | 122 TEE_MODE_DECRYPT = 1, enumerator
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | tee_api_types.h | 122 TEE_MODE_DECRYPT = 1, enumerator
|
/optee_os/lib/libutee/include/ |
A D | tee_api_types.h | 122 TEE_MODE_DECRYPT = 1, enumerator
|
/optee_os/out/arm/export-ta_arm32/include/ |
A D | tee_api_types.h | 122 TEE_MODE_DECRYPT = 1, enumerator
|
/optee_os/core/crypto/ |
A D | aes-gcm.c | 214 if (!state->buf_pos && mode == TEE_MODE_DECRYPT) in __gcm_update_payload() 328 res = operation_final(state, enc_key, TEE_MODE_DECRYPT, src, len, dst); in __gcm_dec_final() 402 res = __gcm_init(&state, enc_key, TEE_MODE_DECRYPT, nonce, nonce_len, in internal_aes_gcm_dec()
|
A D | crypto.c | 182 if (mode != TEE_MODE_DECRYPT && mode != TEE_MODE_ENCRYPT) in crypto_cipher_init()
|
/optee_os/ta/trusted_keys/ |
A D | entry.c | 188 } else if (mode == TEE_MODE_DECRYPT) { in huk_crypt() 280 res = huk_crypt(TEE_MODE_DECRYPT, in, in_sz, out, &out_sz); in unseal_trusted_key()
|
/optee_os/core/pta/tests/ |
A D | aes_perf.c | 200 mode = TEE_MODE_DECRYPT; in core_aes_perf_tests()
|
/optee_os/core/lib/libtomcrypt/ |
A D | ccm.c | 195 res = crypto_aes_ccm_update_payload(aectx, TEE_MODE_DECRYPT, src_data, in crypto_aes_ccm_dec_final()
|
A D | gcm.c | 188 res = crypto_aes_gcm_update_payload(aectx, TEE_MODE_DECRYPT, src_data, in crypto_aes_gcm_dec_final()
|
/optee_os/lib/libutee/ |
A D | tee_api_operations.c | 140 else if (mode == TEE_MODE_DECRYPT) in TEE_AllocateOperation() 188 } else if (mode == TEE_MODE_DECRYPT) { in TEE_AllocateOperation() 199 } else if (mode == TEE_MODE_DECRYPT) { in TEE_AllocateOperation() 1685 if (operation->info.mode != TEE_MODE_DECRYPT) in TEE_AsymmetricDecrypt()
|
/optee_os/ta/pkcs11/src/ |
A D | pkcs11_helpers.c | 691 *tee_id = TEE_MODE_DECRYPT; in pkcs2tee_mode()
|