Searched refs:mbedtls_operation_t (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | cipher_internal.h | 50 int (*ecb_func)( void *ctx, mbedtls_operation_t mode, 55 int (*cbc_func)( void *ctx, mbedtls_operation_t mode, size_t length, 62 int (*cfb_func)( void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off, 84 int (*xts_func)( void *ctx, mbedtls_operation_t mode, size_t length,
|
A D | cipher.h | 210 } mbedtls_operation_t; typedef 295 mbedtls_operation_t operation; 545 static inline mbedtls_operation_t mbedtls_cipher_get_operation( in mbedtls_cipher_get_operation() 575 const mbedtls_operation_t operation );
|
A D | compat-1.3.h | 2115 #define operation_t mbedtls_operation_t
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | cipher_wrap.c | 128 static int aes_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in aes_crypt_ecb_wrap() 144 static int aes_crypt_cfb128_wrap( void *ctx, mbedtls_operation_t operation, in aes_crypt_cfb128_wrap() 173 static int aes_crypt_xts_wrap( void *ctx, mbedtls_operation_t operation, in aes_crypt_xts_wrap() 657 static int camellia_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in camellia_crypt_ecb_wrap() 665 static int camellia_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, in camellia_crypt_cbc_wrap() 1032 static int aria_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in aria_crypt_ecb_wrap() 1041 static int aria_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, in aria_crypt_cbc_wrap() 1051 static int aria_crypt_cfb128_wrap( void *ctx, mbedtls_operation_t operation, in aria_crypt_cfb128_wrap() 1408 static int des_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in des_crypt_ecb_wrap() 1415 static int des3_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in des3_crypt_ecb_wrap() [all …]
|
A D | pkcs5.c | 205 …if( ( ret = mbedtls_cipher_setkey( &cipher_ctx, key, 8 * keylen, (mbedtls_operation_t) mode ) ) !=… in mbedtls_pkcs5_pbes2()
|
A D | pkcs12.c | 205 …if( ( ret = mbedtls_cipher_setkey( &cipher_ctx, key, 8 * keylen, (mbedtls_operation_t) mode ) ) !=… in mbedtls_pkcs12_pbe()
|
A D | cipher.c | 212 const mbedtls_operation_t operation ) in mbedtls_cipher_setkey()
|
Completed in 25 milliseconds