Home
last modified time | relevance | path

Searched refs:target_operation (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_hash.c184 mbedtls_psa_hash_operation_t *target_operation) in mbedtls_psa_hash_clone() argument
191 mbedtls_md5_clone(&target_operation->ctx.md5, in mbedtls_psa_hash_clone()
197 mbedtls_ripemd160_clone(&target_operation->ctx.ripemd160, in mbedtls_psa_hash_clone()
203 mbedtls_sha1_clone(&target_operation->ctx.sha1, in mbedtls_psa_hash_clone()
209 mbedtls_sha256_clone(&target_operation->ctx.sha256, in mbedtls_psa_hash_clone()
215 mbedtls_sha256_clone(&target_operation->ctx.sha256, in mbedtls_psa_hash_clone()
221 mbedtls_sha512_clone(&target_operation->ctx.sha512, in mbedtls_psa_hash_clone()
227 mbedtls_sha512_clone(&target_operation->ctx.sha512, in mbedtls_psa_hash_clone()
247 mbedtls_sha3_clone(&target_operation->ctx.sha3, in mbedtls_psa_hash_clone()
253 (void) target_operation; in mbedtls_psa_hash_clone()
[all …]
H A Dpsa_crypto_hash.h114 mbedtls_psa_hash_operation_t *target_operation);
H A Dpsa_crypto_driver_wrappers.h1618 psa_hash_operation_t *target_operation ) in psa_driver_wrapper_hash_clone() argument
1624 target_operation->id = PSA_CRYPTO_MBED_TLS_DRIVER_ID; in psa_driver_wrapper_hash_clone()
1626 &target_operation->ctx.mbedtls_ctx ) ); in psa_driver_wrapper_hash_clone()
1630 target_operation->id = MBEDTLS_TEST_TRANSPARENT_DRIVER_ID; in psa_driver_wrapper_hash_clone()
1633 &target_operation->ctx.test_driver_ctx ) ); in psa_driver_wrapper_hash_clone()
1636 (void) target_operation; in psa_driver_wrapper_hash_clone()
H A Dpsa_crypto.c2595 psa_hash_operation_t *target_operation) in psa_hash_clone() argument
2598 target_operation->id != 0) { in psa_hash_clone()
2607 memset(&target_operation->ctx, 0, sizeof(target_operation->ctx)); in psa_hash_clone()
2610 target_operation); in psa_hash_clone()
2612 psa_hash_abort(target_operation); in psa_hash_clone()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto.h1176 psa_hash_operation_t *target_operation);