Home
last modified time | relevance | path

Searched refs:mbedtls_operation_t (Results 1 – 8 of 8) sorted by relevance

/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/
Dcipher_internal.h49 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,
Dcipher.h156 } 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 );
Dcompat-1.3.h2184 #define operation_t mbedtls_operation_t
/net-tools-3.4.0/mbedtls-2.4.0/library/
Dcipher_wrap.c116 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 …]
Dpkcs5.c203 …if( ( ret = mbedtls_cipher_setkey( &cipher_ctx, key, 8 * keylen, (mbedtls_operation_t) mode ) ) !=… in mbedtls_pkcs5_pbes2()
Dpkcs12.c207 …if( ( ret = mbedtls_cipher_setkey( &cipher_ctx, key, 8 * keylen, (mbedtls_operation_t) mode ) ) !=… in mbedtls_pkcs12_pbe()
Dcipher.c182 int key_bitlen, const mbedtls_operation_t operation ) in mbedtls_cipher_setkey()
/net-tools-3.4.0/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt1729 operation_t mbedtls_operation_t