Searched refs:mbedtls_ctx (Results 1 – 5 of 5) sorted by relevance
/mbedtls/include/psa/ |
A D | crypto_driver_contexts_composites.h | 116 mbedtls_psa_mac_operation_t mbedtls_ctx; member 125 mbedtls_psa_aead_operation_t mbedtls_ctx; member 133 mbedtls_psa_sign_hash_interruptible_operation_t mbedtls_ctx; member 138 mbedtls_psa_verify_hash_interruptible_operation_t mbedtls_ctx; member 143 mbedtls_psa_pake_operation_t mbedtls_ctx; member
|
A D | crypto_driver_contexts_primitives.h | 89 mbedtls_psa_hash_operation_t mbedtls_ctx; member 97 mbedtls_psa_cipher_operation_t mbedtls_ctx; member
|
/mbedtls/library/ |
A D | psa_crypto_driver_wrappers.h | 1398 return( mbedtls_psa_cipher_set_iv( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_cipher_set_iv() 1436 return( mbedtls_psa_cipher_update( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_cipher_update() 1480 return( mbedtls_psa_cipher_finish( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_cipher_finish() 1603 status = mbedtls_psa_hash_setup( &operation->ctx.mbedtls_ctx, alg ); in psa_driver_wrapper_hash_setup() 1651 return( mbedtls_psa_hash_update( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_hash_update() 1677 return( mbedtls_psa_hash_finish( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_hash_finish() 1850 &operation->ctx.mbedtls_ctx, attributes, in psa_driver_wrapper_aead_encrypt_setup() 1899 &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_aead_decrypt_setup() 2029 return( mbedtls_psa_aead_update( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_aead_update() 2072 return( mbedtls_psa_aead_finish( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_aead_finish() [all …]
|
/mbedtls/scripts/data_files/driver_templates/ |
A D | psa_crypto_driver_wrappers.h.jinja | 1361 return( mbedtls_psa_cipher_set_iv( &operation->ctx.mbedtls_ctx, 1399 return( mbedtls_psa_cipher_update( &operation->ctx.mbedtls_ctx, 1443 return( mbedtls_psa_cipher_finish( &operation->ctx.mbedtls_ctx, 1566 status = mbedtls_psa_hash_setup( &operation->ctx.mbedtls_ctx, alg ); 1614 return( mbedtls_psa_hash_update( &operation->ctx.mbedtls_ctx, 1640 return( mbedtls_psa_hash_finish( &operation->ctx.mbedtls_ctx, 1813 &operation->ctx.mbedtls_ctx, attributes, 1862 &operation->ctx.mbedtls_ctx, 1992 return( mbedtls_psa_aead_update( &operation->ctx.mbedtls_ctx, 2035 return( mbedtls_psa_aead_finish( &operation->ctx.mbedtls_ctx, [all …]
|
/mbedtls/tests/suites/ |
A D | test_suite_psa_crypto_driver_wrappers.function | 1154 operation.ctx.mbedtls_ctx = mbedtls_operation; 1283 operation.ctx.mbedtls_ctx = mbedtls_operation;
|
Completed in 25 milliseconds