Searched refs:cc_sram_alloc (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
H A D | cc_sram_mgr.h | 28 * cc_sram_alloc() - Allocate buffer from SRAM pool. 36 u32 cc_sram_alloc(struct cc_drvdata *drvdata, u32 size);
|
H A D | cc_sram_mgr.c | 36 * cc_sram_alloc() - Allocate buffer from SRAM pool. 44 u32 cc_sram_alloc(struct cc_drvdata *drvdata, u32 size) in cc_sram_alloc() function
|
H A D | cc_driver.c | 472 cc_sram_alloc(new_drvdata, MAX_MLLI_BUFF_SIZE); in init_cc_resources()
|
H A D | cc_hash.c | 1981 sram_buff = cc_sram_alloc(drvdata, sram_size_to_alloc); in cc_hash_alloc()
|
H A D | cc_aead.c | 2624 aead_handle->sram_workspace_addr = cc_sram_alloc(drvdata, in cc_aead_alloc()
|
/kernel/linux/linux-6.6/drivers/crypto/ccree/ |
H A D | cc_sram_mgr.h | 28 * cc_sram_alloc() - Allocate buffer from SRAM pool. 36 u32 cc_sram_alloc(struct cc_drvdata *drvdata, u32 size);
|
H A D | cc_sram_mgr.c | 36 * cc_sram_alloc() - Allocate buffer from SRAM pool. 44 u32 cc_sram_alloc(struct cc_drvdata *drvdata, u32 size) in cc_sram_alloc() function
|
H A D | cc_driver.c | 506 cc_sram_alloc(new_drvdata, MAX_MLLI_BUFF_SIZE); in init_cc_resources()
|
H A D | cc_aead.c | 2624 aead_handle->sram_workspace_addr = cc_sram_alloc(drvdata, in cc_aead_alloc()
|
H A D | cc_hash.c | 1981 sram_buff = cc_sram_alloc(drvdata, sram_size_to_alloc); in cc_hash_alloc()
|
Completed in 14 milliseconds