Home
last modified time | relevance | path

Searched refs:mbedtls_ctx (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/interface/include/psa/
Dcrypto_driver_contexts_composites.h120 mbedtls_psa_mac_operation_t mbedtls_ctx; member
132 mbedtls_psa_aead_operation_t mbedtls_ctx; member
143 mbedtls_psa_sign_hash_interruptible_operation_t mbedtls_ctx; member
148 mbedtls_psa_verify_hash_interruptible_operation_t mbedtls_ctx; member
153 mbedtls_psa_pake_operation_t mbedtls_ctx; member
Dcrypto_driver_contexts_primitives.h93 mbedtls_psa_hash_operation_t mbedtls_ctx; member
104 mbedtls_psa_cipher_operation_t mbedtls_ctx; member
/trusted-firmware-m-latest/lib/ext/mbedcrypto/
D0005-Hardcode-CC3XX-entry-points.patch473 return( mbedtls_psa_hash_clone( &source_operation->ctx.mbedtls_ctx,
474 &target_operation->ctx.mbedtls_ctx ) );
498 return( mbedtls_psa_hash_update( &operation->ctx.mbedtls_ctx,
520 return( mbedtls_psa_hash_finish( &operation->ctx.mbedtls_ctx,
543 return( mbedtls_psa_hash_abort( &operation->ctx.mbedtls_ctx ) );