Searched refs:source_operation (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_hash.c | 183 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 D | psa_crypto_hash.h | 113 const mbedtls_psa_hash_operation_t *source_operation,
|
| H A D | psa_crypto_driver_wrappers.h | 1617 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 D | psa_crypto.c | 2596 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation, in psa_hash_clone() 2599 if (source_operation->id == 0 || in psa_hash_clone() 2611 psa_status_t status = psa_driver_wrapper_hash_clone(source_operation, in psa_hash_clone() 2594 psa_hash_clone(const psa_hash_operation_t * source_operation,psa_hash_operation_t * target_operation) psa_hash_clone() argument
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto.h | 1141 * algorithm that \p source_operation was set up for, then 1143 * that was passed to \p source_operation. After this function returns, the 1147 * \param[in] source_operation The active hash operation to clone. 1157 * The \p source_operation state is not valid (it must be active), or 1163 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,
|