Searched refs:NX_KS_AES_128 (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx-aes-cbc.c | 32 NX_CPB_SET_KEY_SIZE(csbcpb, NX_KS_AES_128); in cbc_aes_nx_set_key()
|
H A D | nx-aes-ecb.c | 32 NX_CPB_SET_KEY_SIZE(csbcpb, NX_KS_AES_128); in ecb_aes_nx_set_key()
|
H A D | nx_csbcpb.h | 181 #define NX_KS_AES_128 1 macro
|
H A D | nx-aes-ctr.c | 33 NX_CPB_SET_KEY_SIZE(csbcpb, NX_KS_AES_128); in ctr_aes_nx_set_key()
|
H A D | nx-aes-gcm.c | 35 NX_CPB_SET_KEY_SIZE(csbcpb, NX_KS_AES_128); in gcm_aes_nx_set_key() 36 NX_CPB_SET_KEY_SIZE(csbcpb_aead, NX_KS_AES_128); in gcm_aes_nx_set_key()
|
H A D | nx-aes-ccm.c | 35 NX_CPB_SET_KEY_SIZE(csbcpb, NX_KS_AES_128); in ccm_aes_nx_set_key() 36 NX_CPB_SET_KEY_SIZE(csbcpb_aead, NX_KS_AES_128); in ccm_aes_nx_set_key()
|
H A D | nx-aes-xcbc.c | 150 NX_CPB_SET_KEY_SIZE(csbcpb, NX_KS_AES_128); in nx_crypto_ctx_aes_xcbc_init2()
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx-aes-ecb.c | 32 NX_CPB_SET_KEY_SIZE(csbcpb, NX_KS_AES_128); in ecb_aes_nx_set_key()
|
H A D | nx-aes-cbc.c | 32 NX_CPB_SET_KEY_SIZE(csbcpb, NX_KS_AES_128); in cbc_aes_nx_set_key()
|
H A D | nx-aes-ctr.c | 33 NX_CPB_SET_KEY_SIZE(csbcpb, NX_KS_AES_128); in ctr_aes_nx_set_key()
|
H A D | nx_csbcpb.h | 181 #define NX_KS_AES_128 1 macro
|
H A D | nx-aes-gcm.c | 35 NX_CPB_SET_KEY_SIZE(csbcpb, NX_KS_AES_128); in gcm_aes_nx_set_key() 36 NX_CPB_SET_KEY_SIZE(csbcpb_aead, NX_KS_AES_128); in gcm_aes_nx_set_key()
|
H A D | nx-aes-ccm.c | 35 NX_CPB_SET_KEY_SIZE(csbcpb, NX_KS_AES_128); in ccm_aes_nx_set_key() 36 NX_CPB_SET_KEY_SIZE(csbcpb_aead, NX_KS_AES_128); in ccm_aes_nx_set_key()
|
H A D | nx-aes-xcbc.c | 150 NX_CPB_SET_KEY_SIZE(csbcpb, NX_KS_AES_128); in nx_crypto_ctx_aes_xcbc_init2()
|
Completed in 7 milliseconds