Home
last modified time | relevance | path

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

/mbedtls/library/
A 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,
A Dcipher_wrap.c163 static int aes_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_ecb_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()
1612 static int des_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in des_crypt_ecb_wrap()
[all …]
A Dpkcs12.c204 (mbedtls_operation_t) mode)) != 0) { in mbedtls_pkcs12_pbe_ext()
A Dpkcs5.c230 (mbedtls_operation_t) mode)) != 0) { in mbedtls_pkcs5_pbes2_ext()
A Dpsa_crypto_cipher.c287 mbedtls_operation_t cipher_operation) in psa_cipher_setup()
A Dcipher.c305 const mbedtls_operation_t operation) in mbedtls_cipher_setkey()
A Dpsa_crypto.c4253 mbedtls_operation_t cipher_operation) in psa_cipher_setup()
/mbedtls/include/mbedtls/
A 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/tests/suites/
A Dtest_suite_cipher.function171 mbedtls_operation_t valid_operation = MBEDTLS_ENCRYPT;
298 mbedtls_operation_t invalid_operation = 100;

Completed in 53 milliseconds