Home
last modified time | relevance | path

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

/mbedtls-development/tests/suites/
A Dtest_suite_cipher.function98 TEST_ASSERT( 0 == mbedtls_cipher_setup( ctx,
164 mbedtls_cipher_setup( &valid_ctx, valid_info );
167 /* mbedtls_cipher_setup() */
168 TEST_ASSERT( mbedtls_cipher_setup( &valid_ctx, NULL ) ==
315 TEST_ASSERT( 0 == mbedtls_cipher_setup( &ctx, cipher_info ) );
331 TEST_ASSERT( 0 == mbedtls_cipher_setup( &ctx, cipher_info ) );
504 TEST_ASSERT( 0 == mbedtls_cipher_setup( &ctx, cipher_info ) );
737 TEST_ASSERT( 0 == mbedtls_cipher_setup( &ctx,
983 TEST_ASSERT( 0 == mbedtls_cipher_setup( &ctx,
1032 TEST_ASSERT( 0 == mbedtls_cipher_setup( &ctx,
[all …]
A 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 );
A Dtest_suite_ssl.function1234 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 );
/mbedtls-development/library/
A Dssl_ticket.c160 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()
A Dcmac.c386 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()
A Dpkcs12.c152 if( ( ret = mbedtls_cipher_setup( &cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_pkcs12_pbe()
A Dpkcs5.c199 if( ( ret = mbedtls_cipher_setup( &cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_pkcs5_pbes2()
A Dssl_tls13_keys.c823 if( ( ret = mbedtls_cipher_setup( &transform->cipher_ctx_enc, in mbedtls_ssl_tls13_populate_transform()
830 if( ( ret = mbedtls_cipher_setup( &transform->cipher_ctx_dec, in mbedtls_ssl_tls13_populate_transform()
A Dnist_kw.c120 if( ( ret = mbedtls_cipher_setup( &ctx->cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_nist_kw_setkey()
A Dccm.c77 if( ( ret = mbedtls_cipher_setup( &ctx->cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_ccm_setkey()
A Dpsa_crypto_mac.c191 ret = mbedtls_cipher_setup( &operation->ctx.cmac, cipher_info ); in cmac_setup()
A Dpsa_crypto_cipher.c178 ret = mbedtls_cipher_setup( &operation->ctx.cipher, cipher_info ); in cipher_setup()
A Dgcm.c160 if( ( ret = mbedtls_cipher_setup( &ctx->cipher_ctx, cipher_info ) ) != 0 ) in mbedtls_gcm_setkey()
A Dcipher.c213 int mbedtls_cipher_setup( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_setup() function
A Dssl_tls.c997 if( ( ret = mbedtls_cipher_setup( &transform->cipher_ctx_enc, in ssl_tls12_populate_transform()
1026 if( ( ret = mbedtls_cipher_setup( &transform->cipher_ctx_dec, in ssl_tls12_populate_transform()
/mbedtls-development/include/mbedtls/
A Dcipher.h555 int mbedtls_cipher_setup( mbedtls_cipher_context_t *ctx,
/mbedtls-development/programs/aes/
A Dcrypt_and_hash.c183 if( ( ret = mbedtls_cipher_setup( &cipher_ctx, cipher_info) ) != 0 ) in main()

Completed in 37 milliseconds