Home
last modified time | relevance | path

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

/lib/mbedtls/external/mbedtls/tests/src/drivers/
A 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()
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()
387 mbedtls_opaque_test_driver_mac_operation_t *operation, in mbedtls_test_opaque_mac_verify_finish()
[all …]
A 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()
A 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()
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()
404 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_update()
[all …]
A 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()
A 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()
/lib/mbedtls/external/mbedtls/library/
A 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()
A 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 …]
A 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
A 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 …]
A Dpsa_crypto_driver_wrappers.h1818 psa_aead_operation_t *operation, in psa_driver_wrapper_aead_encrypt_setup()
1866 psa_aead_operation_t *operation, in psa_driver_wrapper_aead_decrypt_setup()
1916 psa_aead_operation_t *operation, in psa_driver_wrapper_aead_set_nonce()
1950 psa_aead_operation_t *operation, in psa_driver_wrapper_aead_set_lengths()
1984 psa_aead_operation_t *operation, in psa_driver_wrapper_aead_update_ad()
2018 psa_aead_operation_t *operation, in psa_driver_wrapper_aead_update()
2060 psa_aead_operation_t *operation, in psa_driver_wrapper_aead_finish()
2105 psa_aead_operation_t *operation, in psa_driver_wrapper_aead_verify()
2265 psa_mac_operation_t *operation, in psa_driver_wrapper_mac_sign_setup()
2337 psa_mac_operation_t *operation, in psa_driver_wrapper_mac_verify_setup()
[all …]
A 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
A Dpsa_crypto.c5442 psa_mac_operation_t *operation, in psa_key_derivation_start_hmac()
8399 psa_pake_operation_t *operation, in psa_pake_setup()
8445 psa_pake_operation_t *operation, in psa_pake_set_password_key()
8492 psa_pake_operation_t *operation, in psa_pake_set_user()
8536 psa_pake_operation_t *operation, in psa_pake_set_peer()
8580 psa_pake_operation_t *operation, in psa_pake_set_role()
8639 psa_pake_operation_t *operation) in psa_pake_complete_inputs()
8683 psa_pake_operation_t *operation, in psa_jpake_prologue()
8722 psa_pake_operation_t *operation, in psa_jpake_epilogue()
8759 psa_pake_operation_t *operation, in psa_pake_output()
[all …]
A Dcipher_wrap.c163 static int aes_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_ecb_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()
1612 static int des_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in des_crypt_ecb_wrap()
[all …]
A Dssl_cookie.c190 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_cookie_write() local
279 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_cookie_check() local
A 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
A 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
A Dcipher.c305 const mbedtls_operation_t operation) in mbedtls_cipher_setkey()
/lib/mbedtls/external/mbedtls/programs/psa/
A 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
A 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
/lib/mbedtls/external/mbedtls/tests/src/
A 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
A Dpsa_crypto_stubs.c57 psa_status_t psa_hash_abort(psa_hash_operation_t *operation) in psa_hash_abort()
/lib/mbedtls/external/mbedtls/include/mbedtls/
A Dctr_drbg.h163 psa_cipher_operation_t operation; member
/lib/efi_loader/
A Defi_gop.c114 u32 operation, efi_uintn_t sx, in gop_blt_int()
413 u32 operation, efi_uintn_t sx, in gop_blt()
A Defi_net.c916 u32 operation, void *buffer_ptr, in efi_pxe_base_code_mtftp()
/lib/mbedtls/external/mbedtls/tests/src/test_helpers/
A Dssl_helpers.c1617 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_test_ssl_prepare_record_mac() local

Completed in 697 milliseconds