Searched refs:mbedtls_operation_t (Results 1 – 10 of 10) sorted by relevance
/mbedtls-development/library/ |
A D | cipher_wrap.h | 48 int (*ecb_func)( void *ctx, mbedtls_operation_t mode, 53 int (*cbc_func)( void *ctx, mbedtls_operation_t mode, size_t length, 60 int (*cfb_func)( void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off, 82 int (*xts_func)( void *ctx, mbedtls_operation_t mode, size_t length,
|
A D | cipher_wrap.c | 119 static int aes_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in aes_crypt_ecb_wrap() 135 static int aes_crypt_cfb128_wrap( void *ctx, mbedtls_operation_t operation, in aes_crypt_cfb128_wrap() 164 static int aes_crypt_xts_wrap( void *ctx, mbedtls_operation_t operation, in aes_crypt_xts_wrap() 681 static int camellia_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in camellia_crypt_ecb_wrap() 689 static int camellia_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, in camellia_crypt_cbc_wrap() 699 static int camellia_crypt_cfb128_wrap( void *ctx, mbedtls_operation_t operation, in camellia_crypt_cfb128_wrap() 1089 static int aria_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in aria_crypt_ecb_wrap() 1098 static int aria_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, in aria_crypt_cbc_wrap() 1108 static int aria_crypt_cfb128_wrap( void *ctx, mbedtls_operation_t operation, in aria_crypt_cfb128_wrap() 1498 static int des_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in des_crypt_ecb_wrap() [all …]
|
A D | pkcs12.c | 155 …if( ( ret = mbedtls_cipher_setkey( &cipher_ctx, key, 8 * keylen, (mbedtls_operation_t) mode ) ) !=… in mbedtls_pkcs12_pbe()
|
A D | pkcs5.c | 203 (mbedtls_operation_t) mode ) ) != 0 ) in mbedtls_pkcs5_pbes2()
|
A D | psa_crypto_cipher.c | 160 mbedtls_operation_t cipher_operation ) in cipher_setup()
|
A D | cipher.c | 276 const mbedtls_operation_t operation ) in mbedtls_cipher_setkey()
|
A D | psa_crypto.c | 3264 mbedtls_operation_t cipher_operation ) in psa_cipher_setup()
|
/mbedtls-development/include/mbedtls/ |
A D | cipher.h | 220 } mbedtls_operation_t; typedef 332 mbedtls_operation_t MBEDTLS_PRIVATE(operation); 711 static inline mbedtls_operation_t mbedtls_cipher_get_operation( in mbedtls_cipher_get_operation() 741 const mbedtls_operation_t operation );
|
A D | psa_util.h | 112 mbedtls_operation_t op ) in mbedtls_psa_translate_cipher_operation()
|
/mbedtls-development/tests/suites/ |
A D | test_suite_cipher.function | 152 mbedtls_operation_t valid_operation = MBEDTLS_ENCRYPT; 274 mbedtls_operation_t invalid_operation = 100;
|
Completed in 26 milliseconds