Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
Dcipher_wrap.h35 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,
Dcipher_wrap.c159 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 …]
Dpkcs12.c201 (mbedtls_operation_t) mode)) != 0) { in mbedtls_pkcs12_pbe_ext()
Dpkcs5.c228 (mbedtls_operation_t) mode)) != 0) { in mbedtls_pkcs5_pbes2_ext()
Dpsa_crypto_cipher.c157 mbedtls_operation_t cipher_operation) in psa_cipher_setup()
Dcipher.c302 const mbedtls_operation_t operation) in mbedtls_cipher_setkey()
Dpsa_crypto.c3915 mbedtls_operation_t cipher_operation)
/mbedtls-3.6.0/include/mbedtls/
Dcipher.h203 } 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/
Dtest_suite_cipher.function171 mbedtls_operation_t valid_operation = MBEDTLS_ENCRYPT;
294 mbedtls_operation_t invalid_operation = 100;