Searched refs:sm4_crypt_cbc (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/crypto/ |
| H A D | sm4.h | 23 void sm4_crypt_cbc(struct sm4_context *ctx, size_t length, uint8_t iv[16],
|
| H A D | sm4_accel.c | 33 void sm4_crypt_cbc(struct sm4_context *ctx, size_t length, uint8_t iv[16], in sm4_crypt_cbc() function
|
| H A D | sm4-cbc.c | 59 sm4_crypt_cbc(&c->state, len, c->iv, data, dst); in sm4_cbc_update()
|
| H A D | sm4.c | 216 void sm4_crypt_cbc(struct sm4_context *ctx, size_t length, uint8_t iv[16], in sm4_crypt_cbc() function
|