Searched refs:crypto_cipher_init (Results 1 – 9 of 9) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_fs_key_manager.c | 113 res = crypto_cipher_init(ctx, mode, tsk, sizeof(tsk), NULL, 0, NULL, 0); in tee_fs_fek_crypt() 187 res = crypto_cipher_init(ctx, TEE_MODE_ENCRYPT, key, in aes_ecb() 258 res = crypto_cipher_init(ctx, mode, fek, sizeof(fek), NULL, in tee_fs_crypt_block()
|
| H A D | tee_svc_cryp.c | 3231 res = crypto_cipher_init(cs->ctx, cs->mode, in syscall_cipher_init() 3236 res = crypto_cipher_init(cs->ctx, cs->mode, in syscall_cipher_init()
|
| /optee_os/core/crypto/ |
| H A D | aes-cts.c | 59 res = crypto_cipher_init(c->ecb, mode, key1, key1_len, key2, key2_len, in cts_init() 64 return crypto_cipher_init(c->cbc, mode, key1, key1_len, key2, key2_len, in cts_init()
|
| H A D | rng_fortuna.c | 112 return crypto_cipher_init(ctx, TEE_MODE_ENCRYPT, in cipher_init() 467 res = crypto_cipher_init(state.ctx, TEE_MODE_ENCRYPT, in maybe_reseed()
|
| H A D | cbc-mac.c | 53 return crypto_cipher_init(mc->cbc_ctx, TEE_MODE_ENCRYPT, key, len, in crypto_cbc_mac_init()
|
| H A D | crypto.c | 197 TEE_Result crypto_cipher_init(void *ctx, TEE_OperationMode mode, in crypto_cipher_init() function
|
| /optee_os/core/drivers/crypto/se050/glue/ |
| H A D | user.c | 70 if (crypto_cipher_init(cipher, mode, key, key_len, NULL, 0, iv, iv_len)) in glue_cipher_one_go()
|
| /optee_os/core/pta/tests/ |
| H A D | aes_perf.c | 97 res = crypto_cipher_init(*ctx, mode, aes_key, key_len, key2, in init_ctx()
|
| /optee_os/core/include/crypto/ |
| H A D | crypto.h | 40 TEE_Result crypto_cipher_init(void *ctx, TEE_OperationMode mode,
|