Home
last modified time | relevance | path

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

/mbedtls-3.7.0/library/
Dcipher_wrap.h79 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,
Dcipher_wrap.c163 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 …]
Dpkcs12.c204 (mbedtls_operation_t) mode)) != 0) { in mbedtls_pkcs12_pbe_ext()
Dpkcs5.c230 (mbedtls_operation_t) mode)) != 0) { in mbedtls_pkcs5_pbes2_ext()
Dpsa_crypto_cipher.c287 mbedtls_operation_t cipher_operation) in psa_cipher_setup()
Dcipher.c305 const mbedtls_operation_t operation) in mbedtls_cipher_setkey()
Dpsa_crypto.c4266 mbedtls_operation_t cipher_operation)
/mbedtls-3.7.0/include/mbedtls/
Dcipher.h203 } 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/
Dtest_suite_cipher.function171 mbedtls_operation_t valid_operation = MBEDTLS_ENCRYPT;
298 mbedtls_operation_t invalid_operation = 100;