Searched refs:mbedtls_ctx (Results 1 – 7 of 7) sorted by relevance
| /lib/mbedtls/external/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
|
| /lib/mbedtls/external/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 …]
|
| /lib/mbedtls/ |
| A D | x509_cert_parser.c | 287 x509_free_mbedtls_ctx(cert->mbedtls_ctx); in x509_free_certificate() 366 ret = x509_save_mbedtls_ctx(mbedtls_cert, &cert->mbedtls_ctx); in x509_populate_cert() 371 cert->tbs = cert->mbedtls_ctx->tbs; in x509_populate_cert() 375 cert->raw_serial = cert->mbedtls_ctx->raw_serial; in x509_populate_cert() 379 cert->raw_issuer = cert->mbedtls_ctx->raw_issuer; in x509_populate_cert() 383 cert->raw_subject = cert->mbedtls_ctx->raw_subject; in x509_populate_cert() 387 cert->raw_skid = cert->mbedtls_ctx->raw_skid; in x509_populate_cert()
|
| A D | pkcs7_parser.c | 244 msg->mbedtls_ctx = mctx; in x509_populate_content_data() 369 signed_info->mbedtls_ctx = mctx; in x509_populate_sinfo() 398 pkcs7_free_sinfo_mbedtls_ctx(sinfo->mbedtls_ctx); in pkcs7_free_signed_info() 428 pkcs7_free_mbedtls_ctx(pkcs7->mbedtls_ctx); in pkcs7_free_message()
|
| /lib/mbedtls/external/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 …]
|
| /lib/mbedtls/external/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 27 milliseconds