Searched refs:mbedtls_operation_t (Results 1 – 9 of 9) sorted by relevance
/mbedtls-3.7.0/library/ |
D | cipher_wrap.h | 79 int (*ecb_func)(void *ctx, mbedtls_operation_t mode, 84 int (*cbc_func)(void *ctx, mbedtls_operation_t mode, size_t length, 91 int (*cfb_func)(void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off, 113 int (*xts_func)(void *ctx, mbedtls_operation_t mode, size_t length,
|
D | cipher_wrap.c | 163 static int aes_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_ecb_wrap() 170 static int aes_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap() 179 static int aes_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_cfb128_wrap() 208 static int aes_crypt_xts_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_xts_wrap() 777 static int camellia_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_ecb_wrap() 785 static int camellia_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_cbc_wrap() 795 static int camellia_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_cfb128_wrap() 1194 static int aria_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_ecb_wrap() 1203 static int aria_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_cbc_wrap() 1213 static int aria_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_cfb128_wrap() [all …]
|
D | pkcs12.c | 204 (mbedtls_operation_t) mode)) != 0) { in mbedtls_pkcs12_pbe_ext()
|
D | pkcs5.c | 230 (mbedtls_operation_t) mode)) != 0) { in mbedtls_pkcs5_pbes2_ext()
|
D | psa_crypto_cipher.c | 287 mbedtls_operation_t cipher_operation) in psa_cipher_setup()
|
D | cipher.c | 305 const mbedtls_operation_t operation) in mbedtls_cipher_setkey()
|
D | psa_crypto.c | 4266 mbedtls_operation_t cipher_operation)
|
/mbedtls-3.7.0/include/mbedtls/ |
D | cipher.h | 203 } mbedtls_operation_t; typedef 326 mbedtls_operation_t MBEDTLS_PRIVATE(operation); 797 static inline mbedtls_operation_t mbedtls_cipher_get_operation( in mbedtls_cipher_get_operation() 826 const mbedtls_operation_t operation);
|
/mbedtls-3.7.0/tests/suites/ |
D | test_suite_cipher.function | 171 mbedtls_operation_t valid_operation = MBEDTLS_ENCRYPT; 298 mbedtls_operation_t invalid_operation = 100;
|