Lines Matching defs:operation

2307 psa_status_t psa_hash_abort(psa_hash_operation_t *operation)  in psa_hash_abort()
2320 psa_status_t psa_hash_setup(psa_hash_operation_t *operation, in psa_hash_setup()
2350 psa_status_t psa_hash_update(psa_hash_operation_t *operation, in psa_hash_update()
2377 psa_status_t psa_hash_finish(psa_hash_operation_t *operation, in psa_hash_finish()
2393 psa_status_t psa_hash_verify(psa_hash_operation_t *operation, in psa_hash_verify()
2493 psa_status_t psa_mac_abort(psa_mac_operation_t *operation) in psa_mac_abort()
2561 static psa_status_t psa_mac_setup(psa_mac_operation_t *operation, in psa_mac_setup()
2622 psa_status_t psa_mac_sign_setup(psa_mac_operation_t *operation, in psa_mac_sign_setup()
2629 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation, in psa_mac_verify_setup()
2636 psa_status_t psa_mac_update(psa_mac_operation_t *operation, in psa_mac_update()
2659 psa_status_t psa_mac_sign_finish(psa_mac_operation_t *operation, in psa_mac_sign_finish()
2712 psa_status_t psa_mac_verify_finish(psa_mac_operation_t *operation, in psa_mac_verify_finish()
3336 const psa_sign_hash_interruptible_operation_t *operation) in psa_sign_hash_get_num_ops()
3342 const psa_verify_hash_interruptible_operation_t *operation) in psa_verify_hash_get_num_ops()
3348 psa_sign_hash_interruptible_operation_t *operation) in psa_sign_hash_abort_internal()
3371 psa_sign_hash_interruptible_operation_t *operation, in psa_sign_hash_start()
3434 psa_sign_hash_interruptible_operation_t *operation, in psa_sign_hash_complete()
3480 psa_sign_hash_interruptible_operation_t *operation) in psa_sign_hash_abort()
3497 psa_verify_hash_interruptible_operation_t *operation) in psa_verify_hash_abort_internal()
3520 psa_verify_hash_interruptible_operation_t *operation, in psa_verify_hash_start()
3578 psa_verify_hash_interruptible_operation_t *operation) in psa_verify_hash_complete()
3609 psa_verify_hash_interruptible_operation_t *operation) in psa_verify_hash_abort()
3652 const mbedtls_psa_sign_hash_interruptible_operation_t *operation) in mbedtls_psa_sign_hash_get_num_ops()
3668 const mbedtls_psa_verify_hash_interruptible_operation_t *operation) in mbedtls_psa_verify_hash_get_num_ops()
3684 mbedtls_psa_sign_hash_interruptible_operation_t *operation, in mbedtls_psa_sign_hash_start()
3758 mbedtls_psa_sign_hash_interruptible_operation_t *operation, in mbedtls_psa_sign_hash_complete()
3866 mbedtls_psa_sign_hash_interruptible_operation_t *operation) in mbedtls_psa_sign_hash_abort()
3897 mbedtls_psa_verify_hash_interruptible_operation_t *operation, in mbedtls_psa_verify_hash_start()
4002 mbedtls_psa_verify_hash_interruptible_operation_t *operation) in mbedtls_psa_verify_hash_complete()
4039 mbedtls_psa_verify_hash_interruptible_operation_t *operation) in mbedtls_psa_verify_hash_abort()
4075 static psa_status_t psa_cipher_setup(psa_cipher_operation_t *operation, in psa_cipher_setup()
4145 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_encrypt_setup()
4152 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_decrypt_setup()
4159 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation, in psa_cipher_generate_iv()
4210 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation, in psa_cipher_set_iv()
4244 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, in psa_cipher_update()
4278 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation, in psa_cipher_finish()
4311 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation) in psa_cipher_abort()
4672 static psa_status_t psa_aead_setup(psa_aead_operation_t *operation, in psa_aead_setup()
4753 psa_status_t psa_aead_encrypt_setup(psa_aead_operation_t *operation, in psa_aead_encrypt_setup()
4761 psa_status_t psa_aead_decrypt_setup(psa_aead_operation_t *operation, in psa_aead_decrypt_setup()
4769 psa_status_t psa_aead_generate_nonce(psa_aead_operation_t *operation, in psa_aead_generate_nonce()
4826 psa_status_t psa_aead_set_nonce(psa_aead_operation_t *operation, in psa_aead_set_nonce()
4862 psa_status_t psa_aead_set_lengths(psa_aead_operation_t *operation, in psa_aead_set_lengths()
4927 psa_status_t psa_aead_update_ad(psa_aead_operation_t *operation, in psa_aead_update_ad()
4973 psa_status_t psa_aead_update(psa_aead_operation_t *operation, in psa_aead_update()
5031 static psa_status_t psa_aead_final_checks(const psa_aead_operation_t *operation) in psa_aead_final_checks()
5046 psa_status_t psa_aead_finish(psa_aead_operation_t *operation, in psa_aead_finish()
5091 psa_status_t psa_aead_verify(psa_aead_operation_t *operation, in psa_aead_verify()
5124 psa_status_t psa_aead_abort(psa_aead_operation_t *operation) in psa_aead_abort()
5158 psa_mac_operation_t *operation, in psa_key_derivation_start_hmac()
5188 const psa_key_derivation_operation_t *operation) in psa_key_derivation_get_kdf_alg()
5197 psa_status_t psa_key_derivation_abort(psa_key_derivation_operation_t *operation) in psa_key_derivation_abort()
5267 psa_status_t psa_key_derivation_get_capacity(const psa_key_derivation_operation_t *operation, in psa_key_derivation_get_capacity()
5279 psa_status_t psa_key_derivation_set_capacity(psa_key_derivation_operation_t *operation, in psa_key_derivation_set_capacity()
5725 psa_key_derivation_operation_t *operation, in psa_key_derivation_output_bytes()
5852 psa_key_derivation_operation_t *operation, in psa_generate_derived_ecc_key_weierstrass_helper()
5959 psa_key_derivation_operation_t *operation, in psa_generate_derived_ecc_key_montgomery_helper()
6010 psa_key_derivation_operation_t *operation, uint8_t **data) in psa_generate_derived_ecc_key_weierstrass_helper()
6020 size_t bits, psa_key_derivation_operation_t *operation, uint8_t **data) in psa_generate_derived_ecc_key_montgomery_helper()
6033 psa_key_derivation_operation_t *operation) in psa_generate_derived_key_internal()
6119 psa_key_derivation_operation_t *operation, in psa_key_derivation_output_key()
6219 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; in psa_hash_try_support() local
6226 psa_key_derivation_operation_t *operation, in psa_key_derivation_setup_kdf()
6306 psa_status_t psa_key_derivation_setup(psa_key_derivation_operation_t *operation, in psa_key_derivation_setup()
6929 psa_key_derivation_operation_t *operation, in psa_key_derivation_input_internal()
6989 psa_key_derivation_operation_t *operation, in psa_key_derivation_input_integer_internal()
7016 psa_key_derivation_operation_t *operation, in psa_key_derivation_input_bytes()
7027 psa_key_derivation_operation_t *operation, in psa_key_derivation_input_integer()
7035 psa_key_derivation_operation_t *operation, in psa_key_derivation_input_key()
7153 static psa_status_t psa_key_agreement_internal(psa_key_derivation_operation_t *operation, in psa_key_agreement_internal()
7188 psa_status_t psa_key_derivation_key_agreement(psa_key_derivation_operation_t *operation, in psa_key_derivation_key_agreement()
7862 psa_pake_operation_t *operation, in psa_pake_setup()
7908 psa_pake_operation_t *operation, in psa_pake_set_password_key()
7959 psa_pake_operation_t *operation, in psa_pake_set_user()
7996 psa_pake_operation_t *operation, in psa_pake_set_peer()
8033 psa_pake_operation_t *operation, in psa_pake_set_role()
8092 psa_pake_operation_t *operation) in psa_pake_complete_inputs()
8136 psa_pake_operation_t *operation, in psa_jpake_prologue()
8175 psa_pake_operation_t *operation, in psa_jpake_epilogue()
8212 psa_pake_operation_t *operation, in psa_pake_output()
8284 psa_pake_operation_t *operation, in psa_pake_input()
8357 psa_pake_operation_t *operation, in psa_pake_get_implicit_key()
8406 psa_pake_operation_t *operation) in psa_pake_abort()