Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_setup (Results 1 – 18 of 18) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_cipher.function49 TEST_ASSERT( 0 == mbedtls_cipher_setup( ctx,
109 mbedtls_cipher_setup( &valid_ctx, valid_info );
112 /* mbedtls_cipher_setup() */
113 TEST_ASSERT( mbedtls_cipher_setup( &valid_ctx, NULL ) ==
236 /* mbedtls_cipher_setup() */
237 TEST_VALID_PARAM( mbedtls_cipher_setup( &valid_ctx, valid_info ) );
240 mbedtls_cipher_setup( NULL, valid_info ) );
678 TEST_ASSERT( 0 == mbedtls_cipher_setup( &ctx, cipher_info ) );
694 TEST_ASSERT( 0 == mbedtls_cipher_setup( &ctx, cipher_info ) );
736 TEST_ASSERT( 0 == mbedtls_cipher_setup( &ctx_dec, cipher_info ) );
[all …]
Dtest_suite_cmac.function34 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 );
Dtest_suite_ssl.function1228 CHK( mbedtls_cipher_setup( &t_in->cipher_ctx_enc, cipher_info ) == 0 );
1229 CHK( mbedtls_cipher_setup( &t_in->cipher_ctx_dec, cipher_info ) == 0 );
1230 CHK( mbedtls_cipher_setup( &t_out->cipher_ctx_enc, cipher_info ) == 0 );
1231 CHK( mbedtls_cipher_setup( &t_out->cipher_ctx_dec, cipher_info ) == 0 );
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dssl_ticket.c162 if( ( ret = mbedtls_cipher_setup( &ctx->keys[0].ctx, cipher_info ) ) != 0 ) in mbedtls_ssl_ticket_setup()
172 if( ( ret = mbedtls_cipher_setup( &ctx->keys[1].ctx, cipher_info ) ) != 0 ) in mbedtls_ssl_ticket_setup()
Dcmac.c398 if( ( ret = mbedtls_cipher_setup( &ctx, cipher_info ) ) != 0 ) in mbedtls_cipher_cmac()
785 if( ( ret = mbedtls_cipher_setup( &ctx, cipher_info ) ) != 0 ) in cmac_test_subkeys()
Dpkcs5.c199 if( ( ret = mbedtls_cipher_setup( &cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_pkcs5_pbes2()
Dpkcs12.c197 if( ( ret = mbedtls_cipher_setup( &cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_pkcs12_pbe()
Dccm.c88 if( ( ret = mbedtls_cipher_setup( &ctx->cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_ccm_setkey()
Dnist_kw.c140 if( ( ret = mbedtls_cipher_setup( &ctx->cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_nist_kw_setkey()
Dgcm.c183 if( ( ret = mbedtls_cipher_setup( &ctx->cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_gcm_setkey()
Dcipher.c213 int mbedtls_cipher_setup( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_setup() function
Dpsa_crypto.c3197 ret = mbedtls_cipher_setup( &operation->ctx.cmac, cipher_info ); in psa_cmac_setup()
4412 ret = mbedtls_cipher_setup( &operation->ctx.cipher, cipher_info ); in psa_cipher_setup()
Dssl_tls.c1262 if( ( ret = mbedtls_cipher_setup( &transform->cipher_ctx_enc, in ssl_populate_transform()
1305 if( ( ret = mbedtls_cipher_setup( &transform->cipher_ctx_dec, in ssl_populate_transform()
/openthread-2.7.6/third_party/mbedtls/repo/tests/src/drivers/
Dcipher.c109 ret = mbedtls_cipher_setup( &cipher, cipher_info ); in test_transparent_cipher_oneshot()
247 ret = mbedtls_cipher_setup( &operation->cipher, cipher_info ); in test_transparent_cipher_setup()
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dcipher.h459 int mbedtls_cipher_setup( mbedtls_cipher_context_t *ctx,
Dcompat-1.3.h1818 #define cipher_init_ctx mbedtls_cipher_setup
/openthread-2.7.6/third_party/mbedtls/repo/programs/aes/
Dcrypt_and_hash.c187 if( ( ret = mbedtls_cipher_setup( &cipher_ctx, cipher_info) ) != 0 ) in main()
/openthread-2.7.6/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1397 cipher_init_ctx mbedtls_cipher_setup