Searched refs:mbedtls_operation_t (Results 1 – 8 of 8) sorted by relevance
/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/ |
D | cipher_internal.h | 49 int (*ecb_func)( void *ctx, mbedtls_operation_t mode, 54 int (*cbc_func)( void *ctx, mbedtls_operation_t mode, size_t length, 61 int (*cfb_func)( void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off,
|
D | cipher.h | 156 } mbedtls_operation_t; typedef 227 mbedtls_operation_t operation; 442 static inline mbedtls_operation_t mbedtls_cipher_get_operation( const mbedtls_cipher_context_t *ctx… in mbedtls_cipher_get_operation() 466 int key_bitlen, const mbedtls_operation_t operation );
|
D | compat-1.3.h | 2184 #define operation_t mbedtls_operation_t
|
/net-tools-3.4.0/mbedtls-2.4.0/library/ |
D | cipher_wrap.c | 116 static int aes_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in aes_crypt_ecb_wrap() 123 static int aes_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap() 132 static int aes_crypt_cfb128_wrap( void *ctx, mbedtls_operation_t operation, in aes_crypt_cfb128_wrap() 470 static int camellia_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in camellia_crypt_ecb_wrap() 478 static int camellia_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, in camellia_crypt_cbc_wrap() 488 static int camellia_crypt_cfb128_wrap( void *ctx, mbedtls_operation_t operation, in camellia_crypt_cfb128_wrap() 827 static int des_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in des_crypt_ecb_wrap() 834 static int des3_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in des3_crypt_ecb_wrap() 842 static int des_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, size_t length, in des_crypt_cbc_wrap() 851 static int des3_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, size_t length, in des3_crypt_cbc_wrap() [all …]
|
D | pkcs5.c | 203 …if( ( ret = mbedtls_cipher_setkey( &cipher_ctx, key, 8 * keylen, (mbedtls_operation_t) mode ) ) !=… in mbedtls_pkcs5_pbes2()
|
D | pkcs12.c | 207 …if( ( ret = mbedtls_cipher_setkey( &cipher_ctx, key, 8 * keylen, (mbedtls_operation_t) mode ) ) !=… in mbedtls_pkcs12_pbe()
|
D | cipher.c | 182 int key_bitlen, const mbedtls_operation_t operation ) in mbedtls_cipher_setkey()
|
/net-tools-3.4.0/mbedtls-2.4.0/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1729 operation_t mbedtls_operation_t
|