Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_hash.c183 const mbedtls_psa_hash_operation_t *source_operation, in mbedtls_psa_hash_clone() argument
186 switch (source_operation->alg) { in mbedtls_psa_hash_clone()
192 &source_operation->ctx.md5); in mbedtls_psa_hash_clone()
198 &source_operation->ctx.ripemd160); in mbedtls_psa_hash_clone()
204 &source_operation->ctx.sha1); in mbedtls_psa_hash_clone()
210 &source_operation->ctx.sha256); in mbedtls_psa_hash_clone()
216 &source_operation->ctx.sha256); in mbedtls_psa_hash_clone()
222 &source_operation->ctx.sha512); in mbedtls_psa_hash_clone()
228 &source_operation->ctx.sha512); in mbedtls_psa_hash_clone()
248 &source_operation->ctx.sha3); in mbedtls_psa_hash_clone()
[all …]
H A Dpsa_crypto_hash.h113 const mbedtls_psa_hash_operation_t *source_operation,
H A Dpsa_crypto_driver_wrappers.h1617 const psa_hash_operation_t *source_operation, in psa_driver_wrapper_hash_clone() argument
1620 switch( source_operation->id ) in psa_driver_wrapper_hash_clone()
1625 return( mbedtls_psa_hash_clone( &source_operation->ctx.mbedtls_ctx, in psa_driver_wrapper_hash_clone()
1632 &source_operation->ctx.test_driver_ctx, in psa_driver_wrapper_hash_clone()
H A Dpsa_crypto.c2594 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation, in psa_hash_clone() argument
2597 if (source_operation->id == 0 || in psa_hash_clone()
2609 psa_status_t status = psa_driver_wrapper_hash_clone(source_operation, in psa_hash_clone()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto.h1175 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,