Home
last modified time | relevance | path

Searched refs:sm4_crypt_ecb (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/crypto/
H A Dsm4.h21 void sm4_crypt_ecb(struct sm4_context *ctx, size_t length, const uint8_t *input,
H A Dsm4_accel.c25 void sm4_crypt_ecb(struct sm4_context *ctx, size_t length, const uint8_t *input, in sm4_crypt_ecb() function
H A Dsm4-ecb.c56 sm4_crypt_ecb(&c->state, len, data, dst); in sm4_ecb_update()
H A Dsm4.c203 void sm4_crypt_ecb(struct sm4_context *ctx, size_t length, const uint8_t *input, in sm4_crypt_ecb() function