Lines Matching defs:operation

2374 psa_status_t psa_hash_abort(psa_hash_operation_t *operation)  in psa_hash_abort()
2387 psa_status_t psa_hash_setup(psa_hash_operation_t *operation, in psa_hash_setup()
2420 psa_status_t psa_hash_update(psa_hash_operation_t *operation, in psa_hash_update()
2450 static psa_status_t psa_hash_finish_internal(psa_hash_operation_t *operation, in psa_hash_finish_internal()
2469 psa_status_t psa_hash_finish(psa_hash_operation_t *operation, in psa_hash_finish()
2487 psa_status_t psa_hash_verify(psa_hash_operation_t *operation, in psa_hash_verify()
2623 psa_status_t psa_mac_abort(psa_mac_operation_t *operation) in psa_mac_abort()
2691 static psa_status_t psa_mac_setup(psa_mac_operation_t *operation, in psa_mac_setup()
2754 psa_status_t psa_mac_sign_setup(psa_mac_operation_t *operation, in psa_mac_sign_setup()
2761 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation, in psa_mac_verify_setup()
2768 psa_status_t psa_mac_update(psa_mac_operation_t *operation, in psa_mac_update()
2802 psa_status_t psa_mac_sign_finish(psa_mac_operation_t *operation, in psa_mac_sign_finish()
2861 psa_status_t psa_mac_verify_finish(psa_mac_operation_t *operation, in psa_mac_verify_finish()
3588 const psa_sign_hash_interruptible_operation_t *operation) in psa_sign_hash_get_num_ops()
3594 const psa_verify_hash_interruptible_operation_t *operation) in psa_verify_hash_get_num_ops()
3600 psa_sign_hash_interruptible_operation_t *operation) in psa_sign_hash_abort_internal()
3623 psa_sign_hash_interruptible_operation_t *operation, in psa_sign_hash_start()
3694 psa_sign_hash_interruptible_operation_t *operation, in psa_sign_hash_complete()
3748 psa_sign_hash_interruptible_operation_t *operation) in psa_sign_hash_abort()
3765 psa_verify_hash_interruptible_operation_t *operation) in psa_verify_hash_abort_internal()
3788 psa_verify_hash_interruptible_operation_t *operation, in psa_verify_hash_start()
3861 psa_verify_hash_interruptible_operation_t *operation) in psa_verify_hash_complete()
3892 psa_verify_hash_interruptible_operation_t *operation) in psa_verify_hash_abort()
3935 const mbedtls_psa_sign_hash_interruptible_operation_t *operation) in mbedtls_psa_sign_hash_get_num_ops()
3951 const mbedtls_psa_verify_hash_interruptible_operation_t *operation) in mbedtls_psa_verify_hash_get_num_ops()
3995 mbedtls_psa_sign_hash_interruptible_operation_t *operation, in mbedtls_psa_sign_hash_start()
4073 mbedtls_psa_sign_hash_interruptible_operation_t *operation, in mbedtls_psa_sign_hash_complete()
4181 mbedtls_psa_sign_hash_interruptible_operation_t *operation) in mbedtls_psa_sign_hash_abort()
4212 mbedtls_psa_verify_hash_interruptible_operation_t *operation, in mbedtls_psa_verify_hash_start()
4321 mbedtls_psa_verify_hash_interruptible_operation_t *operation) in mbedtls_psa_verify_hash_complete()
4358 mbedtls_psa_verify_hash_interruptible_operation_t *operation) in mbedtls_psa_verify_hash_abort()
4440 static psa_status_t psa_cipher_setup(psa_cipher_operation_t *operation, in psa_cipher_setup()
4513 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_encrypt_setup()
4520 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_decrypt_setup()
4527 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation, in psa_cipher_generate_iv()
4584 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation, in psa_cipher_set_iv()
4625 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, in psa_cipher_update()
4668 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation, in psa_cipher_finish()
4707 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation) in psa_cipher_abort()
5095 static psa_status_t psa_aead_setup(psa_aead_operation_t *operation, in psa_aead_setup()
5178 psa_status_t psa_aead_encrypt_setup(psa_aead_operation_t *operation, in psa_aead_encrypt_setup()
5186 psa_status_t psa_aead_decrypt_setup(psa_aead_operation_t *operation, in psa_aead_decrypt_setup()
5193 static psa_status_t psa_aead_set_nonce_internal(psa_aead_operation_t *operation, in psa_aead_set_nonce_internal()
5229 psa_status_t psa_aead_generate_nonce(psa_aead_operation_t *operation, in psa_aead_generate_nonce()
5292 psa_status_t psa_aead_set_nonce(psa_aead_operation_t *operation, in psa_aead_set_nonce()
5314 psa_status_t psa_aead_set_lengths(psa_aead_operation_t *operation, in psa_aead_set_lengths()
5379 psa_status_t psa_aead_update_ad(psa_aead_operation_t *operation, in psa_aead_update_ad()
5436 psa_status_t psa_aead_update(psa_aead_operation_t *operation, in psa_aead_update()
5504 static psa_status_t psa_aead_final_checks(const psa_aead_operation_t *operation) in psa_aead_final_checks()
5519 psa_status_t psa_aead_finish(psa_aead_operation_t *operation, in psa_aead_finish()
5573 psa_status_t psa_aead_verify(psa_aead_operation_t *operation, in psa_aead_verify()
5615 psa_status_t psa_aead_abort(psa_aead_operation_t *operation) in psa_aead_abort()
5660 psa_mac_operation_t *operation, in psa_key_derivation_start_hmac()
5698 const psa_key_derivation_operation_t *operation) in psa_key_derivation_get_kdf_alg()
5707 psa_status_t psa_key_derivation_abort(psa_key_derivation_operation_t *operation) in psa_key_derivation_abort()
5777 psa_status_t psa_key_derivation_get_capacity(const psa_key_derivation_operation_t *operation, in psa_key_derivation_get_capacity()
5789 psa_status_t psa_key_derivation_set_capacity(psa_key_derivation_operation_t *operation, in psa_key_derivation_set_capacity()
6242 psa_key_derivation_operation_t *operation, in psa_key_derivation_output_bytes()
6381 psa_key_derivation_operation_t *operation, in psa_generate_derived_ecc_key_weierstrass_helper()
6488 psa_key_derivation_operation_t *operation, in psa_generate_derived_ecc_key_montgomery_helper()
6539 psa_key_derivation_operation_t *operation, uint8_t **data) in psa_generate_derived_ecc_key_weierstrass_helper()
6549 size_t bits, psa_key_derivation_operation_t *operation, uint8_t **data) in psa_generate_derived_ecc_key_montgomery_helper()
6562 psa_key_derivation_operation_t *operation) in psa_generate_derived_key_internal()
6661 psa_key_derivation_operation_t *operation, in psa_key_derivation_output_key_custom()
6717 psa_key_derivation_operation_t *operation, in psa_key_derivation_output_key_ext()
6731 psa_key_derivation_operation_t *operation, in psa_key_derivation_output_key()
6793 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; in psa_hash_try_support() local
6800 psa_key_derivation_operation_t *operation, in psa_key_derivation_set_maximum_capacity()
6885 psa_key_derivation_operation_t *operation, in psa_key_derivation_setup_kdf()
6931 psa_status_t psa_key_derivation_setup(psa_key_derivation_operation_t *operation, in psa_key_derivation_setup()
7554 psa_key_derivation_operation_t *operation, in psa_key_derivation_input_internal()
7620 psa_key_derivation_operation_t *operation, in psa_key_derivation_input_integer_internal()
7654 psa_key_derivation_operation_t *operation, in psa_key_derivation_input_bytes()
7675 psa_key_derivation_operation_t *operation, in psa_key_derivation_input_integer()
7683 psa_key_derivation_operation_t *operation, in psa_key_derivation_input_key()
7797 static psa_status_t psa_key_agreement_internal(psa_key_derivation_operation_t *operation, in psa_key_agreement_internal()
7832 psa_status_t psa_key_derivation_key_agreement(psa_key_derivation_operation_t *operation, in psa_key_derivation_key_agreement()
8688 psa_pake_operation_t *operation, in psa_pake_setup()
8738 psa_pake_operation_t *operation, in psa_pake_set_password_key()
8785 psa_pake_operation_t *operation, in psa_pake_set_user()
8829 psa_pake_operation_t *operation, in psa_pake_set_peer()
8873 psa_pake_operation_t *operation, in psa_pake_set_role()
8932 psa_pake_operation_t *operation) in psa_pake_complete_inputs()
8976 psa_pake_operation_t *operation, in psa_jpake_prologue()
9015 psa_pake_operation_t *operation, in psa_jpake_epilogue()
9052 psa_pake_operation_t *operation, in psa_pake_output()
9129 psa_pake_operation_t *operation, in psa_pake_input()
9206 psa_pake_operation_t *operation, in psa_pake_get_implicit_key()
9255 psa_pake_operation_t *operation) in psa_pake_abort()