Searched refs:mbedtls_operation_t (Results 1 – 8 of 8) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A 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,
|
| H A D | cipher_wrap.c | 175 static int aes_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_ecb_wrap() 182 static int aes_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap() 191 static int aes_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_cfb128_wrap() 220 static int aes_crypt_xts_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_xts_wrap() 797 static int camellia_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_ecb_wrap() 805 static int camellia_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_cbc_wrap() 815 static int camellia_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_cfb128_wrap() 1222 static int aria_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_ecb_wrap() 1231 static int aria_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_cbc_wrap() 1241 static int aria_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_cfb128_wrap() [all …]
|
| H A D | pkcs5.c | 230 (mbedtls_operation_t) mode)) != 0) { in mbedtls_pkcs5_pbes2_ext()
|
| H A D | pkcs12.c | 204 (mbedtls_operation_t) mode)) != 0) { in mbedtls_pkcs12_pbe_ext()
|
| H A D | psa_crypto_cipher.c | 284 mbedtls_operation_t cipher_operation) in psa_cipher_setup()
|
| H A D | cipher.c | 345 const mbedtls_operation_t operation) in mbedtls_cipher_setkey()
|
| H A D | psa_crypto.c | 4443 mbedtls_operation_t cipher_operation) in psa_cipher_setup()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | cipher.h | 203 } mbedtls_operation_t; typedef 326 mbedtls_operation_t MBEDTLS_PRIVATE(operation); 823 static inline mbedtls_operation_t mbedtls_cipher_get_operation( in mbedtls_cipher_get_operation() 852 const mbedtls_operation_t operation);
|