Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H 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,
H A Dcipher_wrap.c175 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 Dpkcs5.c230 (mbedtls_operation_t) mode)) != 0) { in mbedtls_pkcs5_pbes2_ext()
H A Dpkcs12.c204 (mbedtls_operation_t) mode)) != 0) { in mbedtls_pkcs12_pbe_ext()
H A Dpsa_crypto_cipher.c284 mbedtls_operation_t cipher_operation) in psa_cipher_setup()
H A Dcipher.c345 const mbedtls_operation_t operation) in mbedtls_cipher_setkey()
H A Dpsa_crypto.c4443 mbedtls_operation_t cipher_operation) in psa_cipher_setup()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcipher.h203 } 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);