Home
last modified time | relevance | path

Searched refs:mbedtls_ctx (Results 1 – 4 of 4) sorted by relevance

/mbedtls-development/library/
A Dpsa_crypto_driver_wrappers.c1149 return( mbedtls_psa_cipher_set_iv( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_cipher_set_iv()
1187 return( mbedtls_psa_cipher_update( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_cipher_update()
1231 return( mbedtls_psa_cipher_finish( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_cipher_finish()
1354 status = mbedtls_psa_hash_setup( &operation->ctx.mbedtls_ctx, alg ); in psa_driver_wrapper_hash_setup()
1402 return( mbedtls_psa_hash_update( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_hash_update()
1428 return( mbedtls_psa_hash_finish( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_hash_finish()
1601 &operation->ctx.mbedtls_ctx, attributes, in psa_driver_wrapper_aead_encrypt_setup()
1650 &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_aead_decrypt_setup()
1780 return( mbedtls_psa_aead_update( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_aead_update()
1823 return( mbedtls_psa_aead_finish( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_aead_finish()
[all …]
/mbedtls-development/include/psa/
A Dcrypto_driver_contexts_composites.h54 mbedtls_psa_mac_operation_t mbedtls_ctx; member
63 mbedtls_psa_aead_operation_t mbedtls_ctx; member
A Dcrypto_driver_contexts_primitives.h53 mbedtls_psa_hash_operation_t mbedtls_ctx; member
61 mbedtls_psa_cipher_operation_t mbedtls_ctx; member
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_driver_wrappers.function549 operation.ctx.mbedtls_ctx = mbedtls_operation;
681 operation.ctx.mbedtls_ctx = mbedtls_operation;

Completed in 12 milliseconds