Home
last modified time | relevance | path

Searched defs:last_block (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/crypto/
H A Daes-cts.c94 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 Dcrypto.c210 bool last_block, const uint8_t *data, in crypto_cipher_update()
/optee_os/core/tee/
H A Dtee_cryp_utl.c99 TEE_OperationMode mode, bool last_block, in tee_do_cipher_update()
H A Dtee_svc_cryp.c3250 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 Dcipher.c116 static TEE_Result cipher_update(struct crypto_cipher_ctx *ctx, bool last_block, in cipher_update()
/optee_os/core/drivers/crypto/stm32/
H A Dcipher.c86 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 Dstm32_saes.c809 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 Dstm32_cryp.c1107 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 Dcmac.c140 const unsigned char *last_block, in cmac_pad()
280 unsigned char *state, *last_block; in mbedtls_cipher_cmac_finish() local
H A Dpsa_crypto.c5814 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