Searched refs:sm4_crypt_ecb (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/crypto/ |
| H A D | sm4.h | 21 void sm4_crypt_ecb(struct sm4_context *ctx, size_t length, const uint8_t *input,
|
| H A D | sm4_accel.c | 25 void sm4_crypt_ecb(struct sm4_context *ctx, size_t length, const uint8_t *input, in sm4_crypt_ecb() function
|
| H A D | sm4-ecb.c | 56 sm4_crypt_ecb(&c->state, len, data, dst); in sm4_ecb_update()
|
| H A D | sm4.c | 203 void sm4_crypt_ecb(struct sm4_context *ctx, size_t length, const uint8_t *input, in sm4_crypt_ecb() function
|