Searched refs:mbedtls_cipher_setup (Results 1 – 18 of 18) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_cipher.function | 49 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 …]
|
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 | 1228 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/ |
D | ssl_ticket.c | 162 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()
|
D | cmac.c | 398 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()
|
D | pkcs5.c | 199 if( ( ret = mbedtls_cipher_setup( &cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_pkcs5_pbes2()
|
D | pkcs12.c | 197 if( ( ret = mbedtls_cipher_setup( &cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_pkcs12_pbe()
|
D | ccm.c | 88 if( ( ret = mbedtls_cipher_setup( &ctx->cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_ccm_setkey()
|
D | nist_kw.c | 140 if( ( ret = mbedtls_cipher_setup( &ctx->cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_nist_kw_setkey()
|
D | gcm.c | 183 if( ( ret = mbedtls_cipher_setup( &ctx->cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_gcm_setkey()
|
D | cipher.c | 213 int mbedtls_cipher_setup( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_setup() function
|
D | psa_crypto.c | 3197 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()
|
D | ssl_tls.c | 1262 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/ |
D | cipher.c | 109 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/ |
D | cipher.h | 459 int mbedtls_cipher_setup( mbedtls_cipher_context_t *ctx,
|
D | compat-1.3.h | 1818 #define cipher_init_ctx mbedtls_cipher_setup
|
/openthread-2.7.6/third_party/mbedtls/repo/programs/aes/ |
D | crypt_and_hash.c | 187 if( ( ret = mbedtls_cipher_setup( &cipher_ctx, cipher_info) ) != 0 ) in main()
|
/openthread-2.7.6/third_party/mbedtls/repo/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1397 cipher_init_ctx mbedtls_cipher_setup
|