Home
last modified time | relevance | path

Searched defs:operation (Results 1 – 23 of 23) sorted by relevance

/mbedtls-latest/tests/src/drivers/
Dtest_driver_mac.c71 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_sign_setup()
108 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_verify_setup()
145 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_update()
176 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_sign_finish()
209 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_verify_finish()
240 mbedtls_transparent_test_driver_mac_operation_t *operation) in mbedtls_test_transparent_mac_abort()
297 mbedtls_opaque_test_driver_mac_operation_t *operation, in mbedtls_test_opaque_mac_sign_setup()
321 mbedtls_opaque_test_driver_mac_operation_t *operation, in mbedtls_test_opaque_mac_verify_setup()
345 mbedtls_opaque_test_driver_mac_operation_t *operation, in mbedtls_test_opaque_mac_update()
365 mbedtls_opaque_test_driver_mac_operation_t *operation, in mbedtls_test_opaque_mac_sign_finish()
[all …]
Dtest_driver_pake.c25 mbedtls_transparent_test_driver_pake_operation_t *operation, in mbedtls_test_transparent_pake_setup()
55 mbedtls_transparent_test_driver_pake_operation_t *operation, in mbedtls_test_transparent_pake_output()
105 mbedtls_transparent_test_driver_pake_operation_t *operation, in mbedtls_test_transparent_pake_input()
140 mbedtls_transparent_test_driver_pake_operation_t *operation, in mbedtls_test_transparent_pake_get_implicit_key()
172 mbedtls_transparent_test_driver_pake_operation_t *operation) in mbedtls_test_transparent_pake_abort()
Dtest_driver_cipher.c131 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_encrypt_setup()
163 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_decrypt_setup()
189 mbedtls_transparent_test_driver_cipher_operation_t *operation) in mbedtls_test_transparent_cipher_abort()
210 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_set_iv()
236 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_update()
277 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_finish()
358 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_encrypt_setup()
372 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_decrypt_setup()
386 mbedtls_opaque_test_driver_cipher_operation_t *operation) in mbedtls_test_opaque_cipher_abort()
393 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_set_iv()
[all …]
Dtest_driver_aead.c138 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_encrypt_setup()
175 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_decrypt_setup()
211 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_set_nonce()
240 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_set_lengths()
271 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_update_ad()
300 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_update()
338 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_finish()
379 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_verify()
438 mbedtls_transparent_test_driver_aead_operation_t *operation) in mbedtls_test_transparent_aead_abort()
Dhash.c59 mbedtls_transparent_test_driver_hash_operation_t *operation, in mbedtls_test_transparent_hash_setup()
114 mbedtls_transparent_test_driver_hash_operation_t *operation, in mbedtls_test_transparent_hash_update()
144 mbedtls_transparent_test_driver_hash_operation_t *operation, in mbedtls_test_transparent_hash_finish()
176 mbedtls_transparent_test_driver_hash_operation_t *operation) in mbedtls_test_transparent_hash_abort()
/mbedtls-latest/library/
Dpsa_crypto_pake.c128 static psa_status_t psa_pake_ecjpake_setup(mbedtls_psa_pake_operation_t *operation) in psa_pake_ecjpake_setup()
155 psa_status_t mbedtls_psa_pake_setup(mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_setup()
283 mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_output_internal()
391 psa_status_t mbedtls_psa_pake_output(mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_output()
404 mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_input_internal()
510 psa_status_t mbedtls_psa_pake_input(mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_input()
522 mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_get_implicit_key()
548 psa_status_t mbedtls_psa_pake_abort(mbedtls_psa_pake_operation_t *operation) in mbedtls_psa_pake_abort()
Dpsa_crypto_mac.c157 static psa_status_t cmac_setup(mbedtls_psa_mac_operation_t *operation, in cmac_setup()
203 mbedtls_psa_mac_operation_t *operation, in mac_init()
234 psa_status_t mbedtls_psa_mac_abort(mbedtls_psa_mac_operation_t *operation) in mbedtls_psa_mac_abort()
271 static psa_status_t psa_mac_setup(mbedtls_psa_mac_operation_t *operation, in psa_mac_setup()
320 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_sign_setup()
331 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_verify_setup()
342 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_update()
373 mbedtls_psa_mac_operation_t *operation, in psa_mac_finish_internal()
404 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_sign_finish()
424 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_verify_finish()
[all …]
Dpsa_crypto_aead.c27 mbedtls_psa_aead_operation_t *operation, in psa_aead_setup()
127 mbedtls_psa_aead_operation_t operation = MBEDTLS_PSA_AEAD_OPERATION_INIT; in mbedtls_psa_aead_encrypt() local
239 mbedtls_psa_aead_operation_t operation = MBEDTLS_PSA_AEAD_OPERATION_INIT; in mbedtls_psa_aead_decrypt() local
322 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_encrypt_setup()
343 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_decrypt_setup()
363 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_set_nonce()
421 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_set_lengths()
445 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_update_ad()
485 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_update()
550 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_finish()
[all …]
Dpsa_crypto_hash.c22 mbedtls_psa_hash_operation_t *operation) in mbedtls_psa_hash_abort()
92 mbedtls_psa_hash_operation_t *operation, in mbedtls_psa_hash_setup()
262 mbedtls_psa_hash_operation_t *operation, in mbedtls_psa_hash_update()
341 mbedtls_psa_hash_operation_t *operation, in mbedtls_psa_hash_finish()
441 mbedtls_psa_hash_operation_t operation = MBEDTLS_PSA_HASH_OPERATION_INIT; in mbedtls_psa_hash_compute() local
Dpsa_crypto_driver_wrappers.h565 psa_sign_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_sign_hash_get_num_ops()
589 psa_verify_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_verify_hash_get_num_ops()
614 psa_sign_hash_interruptible_operation_t *operation, in psa_driver_wrapper_sign_hash_start()
662 psa_sign_hash_interruptible_operation_t *operation, in psa_driver_wrapper_sign_hash_complete()
689 psa_sign_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_sign_hash_abort()
708 psa_verify_hash_interruptible_operation_t *operation, in psa_driver_wrapper_verify_hash_start()
758 psa_verify_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_verify_hash_complete()
779 psa_verify_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_verify_hash_abort()
1400 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_encrypt_setup()
1486 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_decrypt_setup()
[all …]
Dpsa_crypto_cipher.c283 mbedtls_psa_cipher_operation_t *operation, in psa_cipher_setup()
361 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_encrypt_setup()
372 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_decrypt_setup()
383 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_set_iv()
500 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_update()
553 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_finish()
591 mbedtls_psa_cipher_operation_t *operation) in mbedtls_psa_cipher_abort()
618 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in mbedtls_psa_cipher_encrypt() local
674 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in mbedtls_psa_cipher_decrypt() local
Dpsa_crypto.c2335 psa_status_t psa_hash_abort(psa_hash_operation_t *operation)
2348 psa_status_t psa_hash_setup(psa_hash_operation_t *operation,
2378 psa_status_t psa_hash_update(psa_hash_operation_t *operation,
2408 static psa_status_t psa_hash_finish_internal(psa_hash_operation_t *operation,
2427 psa_status_t psa_hash_finish(psa_hash_operation_t *operation,
2445 psa_status_t psa_hash_verify(psa_hash_operation_t *operation,
2574 psa_status_t psa_mac_abort(psa_mac_operation_t *operation)
2642 static psa_status_t psa_mac_setup(psa_mac_operation_t *operation,
2698 psa_status_t psa_mac_sign_setup(psa_mac_operation_t *operation,
2705 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation,
[all …]
Dcipher_wrap.c163 static int aes_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_ecb_wrap()
170 static int aes_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap()
179 static int aes_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_cfb128_wrap()
208 static int aes_crypt_xts_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_xts_wrap()
777 static int camellia_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_ecb_wrap()
785 static int camellia_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_cbc_wrap()
795 static int camellia_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_cfb128_wrap()
1194 static int aria_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_ecb_wrap()
1203 static int aria_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_cbc_wrap()
1213 static int aria_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_cfb128_wrap()
[all …]
Dssl_cookie.c194 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_cookie_write() local
283 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_cookie_check() local
Dssl_msg.c93 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; in mbedtls_ct_hmac() local
1044 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_encrypt_buf() local
1377 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_encrypt_buf() local
1721 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_decrypt_buf() local
Dssl_tls13_keys.c151 psa_key_derivation_operation_t operation = in mbedtls_ssl_tls13_hkdf_expand_label() local
349 psa_key_derivation_operation_t operation = in mbedtls_ssl_tls13_evolve_secret() local
Dcipher.c305 const mbedtls_operation_t operation) in mbedtls_cipher_setkey()
/mbedtls-latest/programs/psa/
Dcrypto_examples.c49 static psa_status_t cipher_operation(psa_cipher_operation_t *operation, in cipher_operation()
96 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in cipher_encrypt() local
127 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in cipher_decrypt() local
Dkey_ladder_demo.c267 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; in derive_key_ladder() local
316 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; in derive_wrapping_key() local
/mbedtls-latest/tests/src/
Dpsa_exercise_key.c125 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in exercise_mac_key() local
180 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in exercise_cipher_key() local
487 psa_key_derivation_operation_t *operation, in mbedtls_test_psa_setup_key_derivation_wrap()
593 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; in exercise_key_derivation_key() local
630 psa_key_derivation_operation_t *operation, in mbedtls_test_psa_key_agreement_with_self()
771 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; in exercise_key_agreement_key() local
Dpsa_crypto_stubs.c57 psa_status_t psa_hash_abort(psa_hash_operation_t *operation) in psa_hash_abort()
/mbedtls-latest/include/mbedtls/
Dctr_drbg.h178 psa_cipher_operation_t operation; member
/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c1620 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_test_ssl_prepare_record_mac() local