Searched refs:MBEDTLS_MODE_ECB (Results 1 – 10 of 10) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/core/ |
A D | cmac.c | 44 MBEDTLS_MODE_ECB); in mbed_cmac_init() 144 MBEDTLS_MODE_ECB); in crypto_cmac_alloc_ctx()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | cipher_wrap.c | 275 MBEDTLS_MODE_ECB, 286 MBEDTLS_MODE_ECB, 297 MBEDTLS_MODE_ECB, 779 MBEDTLS_MODE_ECB, 790 MBEDTLS_MODE_ECB, 801 MBEDTLS_MODE_ECB, 1157 MBEDTLS_MODE_ECB, 1168 MBEDTLS_MODE_ECB, 1179 MBEDTLS_MODE_ECB, 1592 MBEDTLS_MODE_ECB, [all …]
|
A D | ccm.c | 79 MBEDTLS_MODE_ECB ); in mbedtls_ccm_setkey()
|
A D | cipher.c | 559 if( ctx->cipher_info->mode == MBEDTLS_MODE_ECB ) in mbedtls_cipher_update() 983 if( MBEDTLS_MODE_ECB == ctx->cipher_info->mode ) in mbedtls_cipher_finish() 1289 if( ctx->cipher_info->mode != MBEDTLS_MODE_ECB ) in mbedtls_cipher_crypt()
|
A D | nist_kw.c | 80 MBEDTLS_MODE_ECB ); in mbedtls_nist_kw_setkey()
|
A D | gcm.c | 151 MBEDTLS_MODE_ECB ); in mbedtls_gcm_setkey()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | psa_util.h | 89 case MBEDTLS_MODE_ECB: in mbedtls_psa_translate_cipher_mode()
|
A D | cipher.h | 196 MBEDTLS_MODE_ECB, /**< The ECB cipher mode. */ enumerator
|
A D | compat-1.3.h | 1281 #define POLARSSL_MODE_ECB MBEDTLS_MODE_ECB
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 653 MBEDTLS_MODE_ECB to 0, since ECB mode ciphers don't use IVs. 1611 MBEDTLS_MODE_ECB. Found by ezdevelop. Fixes #1091.
|
Completed in 35 milliseconds