Searched refs:mbedtls_cipher_setup (Results 1 – 22 of 22) sorted by relevance
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/suites/ |
| D | test_suite_cipher.function | 135 TEST_ASSERT( 0 == mbedtls_cipher_setup( ctx, 203 TEST_ASSERT( mbedtls_cipher_setup( &valid_ctx, valid_info ) == 0 ); 205 /* mbedtls_cipher_setup() */ 206 TEST_ASSERT( mbedtls_cipher_setup( &valid_ctx, NULL ) == 353 TEST_ASSERT( 0 == mbedtls_cipher_setup( &ctx, cipher_info ) ); 369 TEST_ASSERT( 0 == mbedtls_cipher_setup( &ctx, cipher_info ) ); 413 TEST_ASSERT( 0 == mbedtls_cipher_setup( &ctx_dec, cipher_info ) ); 414 TEST_ASSERT( 0 == mbedtls_cipher_setup( &ctx_enc, cipher_info ) ); 542 TEST_ASSERT( 0 == mbedtls_cipher_setup( &ctx, cipher_info ) ); 594 TEST_ASSERT( 0 == mbedtls_cipher_setup( &ctx_dec, cipher_info ) ); [all …]
|
| D | test_suite_cmac.function | 34 TEST_ASSERT( mbedtls_cipher_setup( &ctx, cipher_info ) == 0 ); 148 TEST_ASSERT( mbedtls_cipher_setup( &ctx, cipher_info ) == 0 ); 228 TEST_ASSERT( mbedtls_cipher_setup( &ctx, cipher_info ) == 0 );
|
| D | test_suite_ssl.function | 1234 CHK( mbedtls_cipher_setup( &t_in->cipher_ctx_enc, cipher_info ) == 0 ); 1235 CHK( mbedtls_cipher_setup( &t_in->cipher_ctx_dec, cipher_info ) == 0 ); 1236 CHK( mbedtls_cipher_setup( &t_out->cipher_ctx_enc, cipher_info ) == 0 ); 1237 CHK( mbedtls_cipher_setup( &t_out->cipher_ctx_dec, cipher_info ) == 0 );
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/ |
| D | ssl_ticket.c | 160 if( ( ret = mbedtls_cipher_setup( &ctx->keys[0].ctx, cipher_info ) ) != 0 ) in mbedtls_ssl_ticket_setup() 170 if( ( ret = mbedtls_cipher_setup( &ctx->keys[1].ctx, cipher_info ) ) != 0 ) in mbedtls_ssl_ticket_setup()
|
| D | cmac.c | 386 if( ( ret = mbedtls_cipher_setup( &ctx, cipher_info ) ) != 0 ) in mbedtls_cipher_cmac() 773 if( ( ret = mbedtls_cipher_setup( &ctx, cipher_info ) ) != 0 ) in cmac_test_subkeys()
|
| D | pkcs5.c | 199 if( ( ret = mbedtls_cipher_setup( &cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_pkcs5_pbes2()
|
| D | pkcs12.c | 155 if( ( ret = mbedtls_cipher_setup( &cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_pkcs12_pbe()
|
| D | ssl_tls13_keys.c | 837 if( ( ret = mbedtls_cipher_setup( &transform->cipher_ctx_enc, in mbedtls_ssl_tls13_populate_transform() 844 if( ( ret = mbedtls_cipher_setup( &transform->cipher_ctx_dec, in mbedtls_ssl_tls13_populate_transform()
|
| D | psa_crypto_mac.c | 180 ret = mbedtls_cipher_setup( &operation->ctx.cmac, cipher_info ); in cmac_setup()
|
| D | psa_crypto_cipher.c | 154 ret = mbedtls_cipher_setup( &operation->ctx.cipher, cipher_info ); in psa_cipher_setup()
|
| D | nist_kw.c | 101 if( ( ret = mbedtls_cipher_setup( &ctx->cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_nist_kw_setkey()
|
| D | ccm.c | 77 if( ( ret = mbedtls_cipher_setup( &ctx->cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_ccm_setkey()
|
| D | gcm.c | 166 if( ( ret = mbedtls_cipher_setup( &ctx->cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_gcm_setkey()
|
| D | hw_tee_wrapper.c | 681 if( ( ret = mbedtls_cipher_setup( &ctx->cipher_ctx, cipher_info ) ) != 0 ) in internal_gcm_setkey()
|
| D | cipher.c | 198 int mbedtls_cipher_setup( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_setup() function
|
| D | ssl_tls.c | 1024 if( ( ret = mbedtls_cipher_setup( &transform->cipher_ctx_enc, in ssl_tls12_populate_transform() 1053 if( ( ret = mbedtls_cipher_setup( &transform->cipher_ctx_dec, in ssl_tls12_populate_transform()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
| D | cipher.h | 416 int mbedtls_cipher_setup( mbedtls_cipher_context_t *ctx,
|
| D | compat-1.3.h | 1820 #define cipher_init_ctx mbedtls_cipher_setup
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/harden/src/ |
| D | cmac_harden.c | 336 if( ( ret = mbedtls_cipher_setup( &ctx, cipher_info ) ) != 0 ) in mbedtls_cipher_cmac()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/ |
| D | ext_symc.c | 217 ret = mbedtls_cipher_setup(&symc->cipher, info); in ext_mbedtls_symc_setkey()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/include/mbedtls/ |
| D | cipher.h | 629 int mbedtls_cipher_setup( mbedtls_cipher_context_t *ctx,
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/programs/aes/ |
| D | crypt_and_hash.c | 183 if( ( ret = mbedtls_cipher_setup( &cipher_ctx, cipher_info) ) != 0 ) in main()
|