Searched refs:MBEDTLS_ENCRYPT (Results 1 – 20 of 20) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_cipher.aes.data | 1527 test_vec_ecb:MBEDTLS_CIPHER_AES_128_ECB:MBEDTLS_ENCRYPT:"00000000000000000000000000000000":"f34481e… 1531 test_vec_ecb:MBEDTLS_CIPHER_AES_128_ECB:MBEDTLS_ENCRYPT:"00000000000000000000000000000000":"9798c46… 1535 test_vec_ecb:MBEDTLS_CIPHER_AES_128_ECB:MBEDTLS_ENCRYPT:"00000000000000000000000000000000":"96ab5c2… 1539 test_vec_ecb:MBEDTLS_CIPHER_AES_128_ECB:MBEDTLS_ENCRYPT:"e0000000000000000000000000000000":"0000000… 1543 test_vec_ecb:MBEDTLS_CIPHER_AES_128_ECB:MBEDTLS_ENCRYPT:"f0000000000000000000000000000000":"0000000… 1547 test_vec_ecb:MBEDTLS_CIPHER_AES_128_ECB:MBEDTLS_ENCRYPT:"f8000000000000000000000000000000":"0000000… 1551 test_vec_ecb:MBEDTLS_CIPHER_AES_128_ECB:MBEDTLS_ENCRYPT:"fffffffffffff0000000000000000000":"0000000… 1555 test_vec_ecb:MBEDTLS_CIPHER_AES_128_ECB:MBEDTLS_ENCRYPT:"fffffffffffff8000000000000000000":"0000000… 1559 test_vec_ecb:MBEDTLS_CIPHER_AES_128_ECB:MBEDTLS_ENCRYPT:"fffffffffffffc000000000000000000":"0000000… 1563 test_vec_ecb:MBEDTLS_CIPHER_AES_128_ECB:MBEDTLS_ENCRYPT:"ffffffffffffffffffffffffffffc000":"0000000… [all …]
|
A D | test_suite_cipher.des.data | 567 test_vec_ecb:MBEDTLS_CIPHER_DES_ECB:MBEDTLS_ENCRYPT:"0000000000000000":"0000000000000000":"8CA64DE9… 571 test_vec_ecb:MBEDTLS_CIPHER_DES_ECB:MBEDTLS_ENCRYPT:"FFFFFFFFFFFFFFFF":"FFFFFFFFFFFFFFFF":"7359B216… 575 test_vec_ecb:MBEDTLS_CIPHER_DES_ECB:MBEDTLS_ENCRYPT:"FEDCBA9876543210":"0123456789ABCDEF":"ED39D950… 591 test_vec_ecb:MBEDTLS_CIPHER_DES_EDE_ECB:MBEDTLS_ENCRYPT:"0000000000000000FFFFFFFFFFFFFFFF":"0000000… 595 test_vec_ecb:MBEDTLS_CIPHER_DES_EDE_ECB:MBEDTLS_ENCRYPT:"FFFFFFFFFFFFFFFF3000000000000000":"FFFFFFF…
|
A D | test_suite_cipher.aria.data | 319 test_vec_crypt:MBEDTLS_CIPHER_ARIA_128_CCM_STAR_NO_TAG:MBEDTLS_ENCRYPT:"C0C1C2C3C4C5C6C7C8C9CACBCCC… 327 test_vec_crypt:MBEDTLS_CIPHER_ARIA_192_CCM_STAR_NO_TAG:MBEDTLS_ENCRYPT:"C0C1C2C3C4C5C6C7C8C9CACBCCC… 335 test_vec_crypt:MBEDTLS_CIPHER_ARIA_256_CCM_STAR_NO_TAG:MBEDTLS_ENCRYPT:"C0C1C2C3C4C5C6C7C8C9CACBCCC…
|
A D | test_suite_cipher.function | 152 mbedtls_operation_t valid_operation = MBEDTLS_ENCRYPT; 379 TEST_ASSERT( 0 == mbedtls_cipher_setkey( &ctx_enc, key, key_len, MBEDTLS_ENCRYPT ) ); 505 TEST_ASSERT( 0 == mbedtls_cipher_setkey( &ctx, key, key_len, MBEDTLS_ENCRYPT ) ); 639 TEST_ASSERT( 0 == mbedtls_cipher_setkey( &ctx_enc, key, key_len, MBEDTLS_ENCRYPT ) ); 904 MBEDTLS_ENCRYPT ) )
|
A D | test_suite_cipher.camellia.data | 1083 test_vec_crypt:MBEDTLS_CIPHER_CAMELLIA_128_CCM_STAR_NO_TAG:MBEDTLS_ENCRYPT:"C0C1C2C3C4C5C6C7C8C9CAC… 1091 test_vec_crypt:MBEDTLS_CIPHER_CAMELLIA_192_CCM_STAR_NO_TAG:MBEDTLS_ENCRYPT:"C0C1C2C3C4C5C6C7C8C9CAC… 1099 test_vec_crypt:MBEDTLS_CIPHER_CAMELLIA_256_CCM_STAR_NO_TAG:MBEDTLS_ENCRYPT:"C0C1C2C3C4C5C6C7C8C9CAC…
|
A D | test_suite_ssl.function | 1254 keylen << 3, MBEDTLS_ENCRYPT ) == 0 ); 1258 keylen << 3, MBEDTLS_ENCRYPT ) == 0 );
|
/mbedtls-development/library/ |
A D | cipher.c | 280 CIPHER_VALIDATE_RET( operation == MBEDTLS_ENCRYPT || in mbedtls_cipher_setkey() 355 if( MBEDTLS_ENCRYPT == operation || in mbedtls_cipher_setkey() 441 else if( ctx->operation == MBEDTLS_ENCRYPT ) in mbedtls_cipher_set_iv() 514 mode = ( ctx->operation == MBEDTLS_ENCRYPT ) in mbedtls_cipher_update_ad() 624 ( ctx->operation == MBEDTLS_ENCRYPT && in mbedtls_cipher_update() 1010 if( MBEDTLS_ENCRYPT == ctx->operation ) in mbedtls_cipher_finish() 1132 if( MBEDTLS_ENCRYPT != ctx->operation ) in mbedtls_cipher_write_tag() 1288 else if( ctx->operation == MBEDTLS_ENCRYPT ) in mbedtls_cipher_crypt()
|
A D | cmac.c | 196 MBEDTLS_ENCRYPT ) ) != 0 ) in mbedtls_cipher_cmac_starts() 782 MBEDTLS_ENCRYPT ) ) != 0 ) in cmac_test_subkeys()
|
A D | ssl_ticket.c | 89 MBEDTLS_ENCRYPT ); in ssl_ticket_gen_key()
|
A D | nist_kw.c | 124 is_wrap ? MBEDTLS_ENCRYPT : in mbedtls_nist_kw_setkey()
|
A D | ccm.c | 81 MBEDTLS_ENCRYPT ) ) != 0 ) in mbedtls_ccm_setkey()
|
A D | psa_crypto_cipher.c | 239 alg, MBEDTLS_ENCRYPT ) ); in cipher_encrypt_setup()
|
A D | gcm.c | 164 MBEDTLS_ENCRYPT ) ) != 0 ) in mbedtls_gcm_setkey()
|
A D | ssl_tls13_keys.c | 867 MBEDTLS_ENCRYPT ) ) != 0 ) in mbedtls_ssl_tls13_populate_transform()
|
A D | cipher_wrap.c | 175 case MBEDTLS_ENCRYPT: in aes_crypt_xts_wrap()
|
A D | psa_crypto.c | 3269 psa_key_usage_t usage = ( cipher_operation == MBEDTLS_ENCRYPT ? in psa_cipher_setup() 3306 if( cipher_operation == MBEDTLS_ENCRYPT ) in psa_cipher_setup() 3332 return( psa_cipher_setup( operation, key, alg, MBEDTLS_ENCRYPT ) ); in psa_cipher_encrypt_setup()
|
A D | ssl_tls.c | 1035 MBEDTLS_ENCRYPT ) ) != 0 ) in ssl_tls12_populate_transform()
|
/mbedtls-development/include/mbedtls/ |
A D | psa_util.h | 116 case MBEDTLS_ENCRYPT: in mbedtls_psa_translate_cipher_operation()
|
A D | cipher.h | 219 MBEDTLS_ENCRYPT, enumerator
|
/mbedtls-development/programs/aes/ |
A D | crypt_and_hash.c | 315 MBEDTLS_ENCRYPT ) != 0 ) in main()
|
Completed in 69 milliseconds