Searched defs:update (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto_impl.h | 23 TEE_Result (*update)(struct crypto_hash_ctx *ctx, const uint8_t *data, member 90 TEE_Result (*update)(struct crypto_mac_ctx *ctx, const uint8_t *data, member 159 TEE_Result (*update)(struct crypto_cipher_ctx *ctx, bool last_block, member
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | ctr.c | 17 int (*update)(const unsigned char *src, unsigned char *dst, member
|
A D | xts.c | 19 int (*update)(const unsigned char *src, unsigned long len, member
|
A D | cbc.c | 20 int (*update)(const unsigned char *src, unsigned char *dst, member
|
A D | ecb.c | 20 int (*update)(const unsigned char *src, unsigned char *dst, member
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/include/ |
A D | drvcrypt_cipher.h | 55 TEE_Result (*update)(struct drvcrypt_cipher_update *dupdate); member
|
/optee_os-3.20.0/core/drivers/crypto/caam/cipher/ |
A D | local.h | 42 TEE_Result (*update)(struct drvcrypt_cipher_update *dupdate); member
|
Completed in 7 milliseconds