Home
last modified time | relevance | path

Searched defs:update (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/include/crypto/
H A Dcrypto_impl.h23 TEE_Result (*update)(struct crypto_hash_ctx *ctx, const uint8_t *data, member
126 TEE_Result (*update)(struct crypto_mac_ctx *ctx, const uint8_t *data, member
239 TEE_Result (*update)(struct crypto_cipher_ctx *ctx, bool last_block, member
/optee_os/core/lib/libtomcrypt/
H A Dctr.c17 int (*update)(const unsigned char *src, unsigned char *dst, member
H A Dxts.c19 int (*update)(const unsigned char *src, unsigned long len, member
H A Dcbc.c20 int (*update)(const unsigned char *src, unsigned char *dst, member
H A Decb.c20 int (*update)(const unsigned char *src, unsigned char *dst, member
/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_cipher.h55 TEE_Result (*update)(struct drvcrypt_cipher_update *dupdate); member
/optee_os/core/drivers/crypto/caam/cipher/
H A Dlocal.h42 TEE_Result (*update)(struct drvcrypt_cipher_update *dupdate); member
/optee_os/core/drivers/crypto/stm32/
H A Dcipher.c51 TEE_Result (*update)(union ip_ctx *ctx, bool last_block, uint8_t *src, member
/optee_os/core/drivers/clk/sam/
H A Dclk-sam9x60-pll.c187 bool update) in sam9x60_frac_pll_compute_mul_frac()