Searched refs:mbedtls_operation_t (Results 1 – 9 of 9) sorted by relevance
/mbedtls-3.6.0/library/ |
D | cipher_wrap.h | 35 int (*ecb_func)(void *ctx, mbedtls_operation_t mode, 40 int (*cbc_func)(void *ctx, mbedtls_operation_t mode, size_t length, 47 int (*cfb_func)(void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off, 69 int (*xts_func)(void *ctx, mbedtls_operation_t mode, size_t length,
|
D | cipher_wrap.c | 159 static int aes_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_ecb_wrap() 166 static int aes_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap() 175 static int aes_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_cfb128_wrap() 204 static int aes_crypt_xts_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_xts_wrap() 741 static int camellia_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_ecb_wrap() 749 static int camellia_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_cbc_wrap() 759 static int camellia_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_cfb128_wrap() 1150 static int aria_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_ecb_wrap() 1159 static int aria_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_cbc_wrap() 1169 static int aria_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_cfb128_wrap() [all …]
|
D | pkcs12.c | 201 (mbedtls_operation_t) mode)) != 0) { in mbedtls_pkcs12_pbe_ext()
|
D | pkcs5.c | 228 (mbedtls_operation_t) mode)) != 0) { in mbedtls_pkcs5_pbes2_ext()
|
D | psa_crypto_cipher.c | 157 mbedtls_operation_t cipher_operation) in psa_cipher_setup()
|
D | cipher.c | 302 const mbedtls_operation_t operation) in mbedtls_cipher_setkey()
|
D | psa_crypto.c | 3915 mbedtls_operation_t cipher_operation)
|
/mbedtls-3.6.0/include/mbedtls/ |
D | cipher.h | 203 } mbedtls_operation_t; typedef 326 mbedtls_operation_t MBEDTLS_PRIVATE(operation); 805 static inline mbedtls_operation_t mbedtls_cipher_get_operation( in mbedtls_cipher_get_operation() 836 const mbedtls_operation_t operation);
|
/mbedtls-3.6.0/tests/suites/ |
D | test_suite_cipher.function | 171 mbedtls_operation_t valid_operation = MBEDTLS_ENCRYPT; 294 mbedtls_operation_t invalid_operation = 100;
|