Searched refs:crypto_accel_sm4_ctr_enc (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/crypto/ |
| H A D | sm4_accel.c | 50 crypto_accel_sm4_ctr_enc(output, input, ctx->sk, length, ctr); in sm4_crypt_ctr()
|
| /optee_os/core/include/crypto/ |
| H A D | crypto_accel.h | 63 void crypto_accel_sm4_ctr_enc(void *out, const void *in, const void *key,
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | sm4_armv8a_neon.c | 71 void crypto_accel_sm4_ctr_enc(void *out, const void *in, const void *key, in crypto_accel_sm4_ctr_enc() function
|
| H A D | sm4_armv8a_ce.c | 71 void crypto_accel_sm4_ctr_enc(void *out, const void *in, const void *key, in crypto_accel_sm4_ctr_enc() function
|