Searched defs:last_block (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/crypto/ |
A D | aes-cts.c | 94 TEE_OperationMode mode, bool last_block, in cbc_cts_update() 189 static TEE_Result cts_update(struct crypto_cipher_ctx *ctx, bool last_block, in cts_update()
|
A D | crypto.c | 193 bool last_block, const uint8_t *data, in crypto_cipher_update()
|
/optee_os-3.20.0/core/tee/ |
A D | tee_cryp_utl.c | 100 TEE_OperationMode mode, bool last_block, in tee_do_cipher_update()
|
A D | tee_svc_cryp.c | 3030 bool last_block, const void *src, size_t src_len, in tee_svc_cipher_update_helper()
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/cipher/ |
A D | cipher.c | 117 static TEE_Result cipher_update(struct crypto_cipher_ctx *ctx, bool last_block, in cipher_update()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | cmac.c | 169 const unsigned char *last_block, in cmac_pad() 306 unsigned char *state, *last_block; in mbedtls_cipher_cmac_finish() local
|
/optee_os-3.20.0/core/drivers/crypto/stm32/ |
A D | stm32_cryp.c | 1109 TEE_Result stm32_cryp_update(struct stm32_cryp_context *ctx, bool last_block, in stm32_cryp_update()
|
Completed in 17 milliseconds