Home
last modified time | relevance | path

Searched refs:crypto_set_alg (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_cipher.c454 static TEE_Result crypto_set_alg(struct sec_cipher_ctx *c_ctx, uint32_t alg) in crypto_set_alg() function
526 ret = crypto_set_alg(c_ctx, TEE_ALG_GET_MAIN_ALG(algo)); in sec_cipher_ctx_allocate()
H A Dsec_authenc.c161 static uint8_t crypto_set_alg(uint32_t alg) in crypto_set_alg() function
204 ae_drv_ctx->algo = crypto_set_alg(TEE_ALG_GET_MAIN_ALG(algo)); in sec_authenc_ctx_allocate()