Searched defs:last_block (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/crypto/ |
| H 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()
|
| H A D | crypto.c | 210 bool last_block, const uint8_t *data, in crypto_cipher_update()
|
| /optee_os/core/tee/ |
| H A D | tee_cryp_utl.c | 99 TEE_OperationMode mode, bool last_block, in tee_do_cipher_update()
|
| H A D | tee_svc_cryp.c | 3250 bool last_block, const void *src, size_t src_len, in tee_svc_cipher_update_helper()
|
| /optee_os/core/drivers/crypto/crypto_api/cipher/ |
| H A D | cipher.c | 116 static TEE_Result cipher_update(struct crypto_cipher_ctx *ctx, bool last_block, in cipher_update()
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | cipher.c | 86 static TEE_Result cryp_update(union ip_ctx *ip_ctx, bool last_block, in cryp_update() 147 static TEE_Result saes_update(union ip_ctx *ip_ctx, bool last_block, in saes_update()
|
| H A D | stm32_saes.c | 809 bool last_block, uint8_t *data_in, in stm32_saes_update_load() 986 TEE_Result stm32_saes_update(struct stm32_saes_context *ctx, bool last_block, in stm32_saes_update()
|
| H A D | stm32_cryp.c | 1107 TEE_Result stm32_cryp_update(struct stm32_cryp_context *ctx, bool last_block, in stm32_cryp_update()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | cmac.c | 140 const unsigned char *last_block, in cmac_pad() 280 unsigned char *state, *last_block; in mbedtls_cipher_cmac_finish() local
|
| H A D | psa_crypto.c | 5814 const uint8_t last_block = PSA_ALG_IS_HKDF_EXTRACT(kdf_alg) ? 0 : 0xff; in psa_key_derivation_hkdf_read() local 5816 const uint8_t last_block = 0xff; in psa_key_derivation_hkdf_read() local
|