Home
last modified time | relevance | path

Searched refs:crypto_cipher_init (Results 1 – 9 of 9) sorted by relevance

/optee_os-3.20.0/core/tee/
A Dtee_fs_key_manager.c114 res = crypto_cipher_init(ctx, mode, tsk, sizeof(tsk), NULL, 0, NULL, 0); in tee_fs_fek_crypt()
188 res = crypto_cipher_init(ctx, TEE_MODE_ENCRYPT, key, in aes_ecb()
259 res = crypto_cipher_init(ctx, mode, fek, sizeof(fek), NULL, in tee_fs_crypt_block()
A Dtee_svc_cryp.c3011 res = crypto_cipher_init(cs->ctx, cs->mode, in syscall_cipher_init()
3016 res = crypto_cipher_init(cs->ctx, cs->mode, in syscall_cipher_init()
/optee_os-3.20.0/core/crypto/
A Daes-cts.c59 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()
A Drng_fortuna.c112 return crypto_cipher_init(ctx, TEE_MODE_ENCRYPT, in cipher_init()
467 res = crypto_cipher_init(state.ctx, TEE_MODE_ENCRYPT, in maybe_reseed()
A Dcbc-mac.c53 return crypto_cipher_init(mc->cbc_ctx, TEE_MODE_ENCRYPT, key, len, in crypto_cbc_mac_init()
A Dcrypto.c180 TEE_Result crypto_cipher_init(void *ctx, TEE_OperationMode mode, in crypto_cipher_init() function
/optee_os-3.20.0/core/drivers/crypto/se050/glue/
A Duser.c70 if (crypto_cipher_init(cipher, mode, key, key_len, NULL, 0, iv, iv_len)) in glue_cipher_one_go()
/optee_os-3.20.0/core/pta/tests/
A Daes_perf.c98 res = crypto_cipher_init(*ctx, mode, aes_key, key_len, key2, in init_ctx()
/optee_os-3.20.0/core/include/crypto/
A Dcrypto.h40 TEE_Result crypto_cipher_init(void *ctx, TEE_OperationMode mode,

Completed in 18 milliseconds