Home
last modified time | relevance | path

Searched refs:psa_sign_hash_complete (Results 1 - 4 of 4) sorted by relevance

/third_party/mbedtls/include/psa/
H A Dcrypto.h4413 * \see \c psa_sign_hash_complete()
4420 * psa_sign_hash_complete() is equivalent to
4422 * \c psa_sign_hash_complete() can return early and
4427 * \note Users should call \c psa_sign_hash_complete()
4430 * psa_sign_hash_complete() either returns 0 or an
4431 * error. \c psa_sign_hash_complete() will return
4455 * The operation started successfully - call \c psa_sign_hash_complete()
4573 psa_status_t psa_sign_hash_complete(
4602 * psa_sign_hash_complete() is safe.
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h666 #define psa_sign_hash_complete(arg0_operation, arg1_signature, arg2_signature_size, arg3_signature_length) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c1181 /* Wrapper for psa_sign_hash_complete */
1191 psa_status_t status = (psa_sign_hash_complete)(arg0_operation, arg1_signature, arg2_signature_size, arg3_signature_length); in mbedtls_test_wrap_psa_sign_hash_complete()
/third_party/mbedtls/library/
H A Dpsa_crypto.c3542 psa_status_t psa_sign_hash_complete( in psa_sign_hash_complete() function

Completed in 19 milliseconds