Searched refs:mbedtls_operation_t (Results 1 – 11 of 11) sorted by relevance
/third_party/mbedtls/library/ |
D | cipher_wrap.h | 47 int (*ecb_func)(void *ctx, mbedtls_operation_t mode, 52 int (*cbc_func)(void *ctx, mbedtls_operation_t mode, size_t length, 59 int (*cfb_func)(void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off, 81 int (*xts_func)(void *ctx, mbedtls_operation_t mode, size_t length,
|
D | cipher_wrap.c | 115 static int aes_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_ecb_wrap() 122 static int aes_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap() 131 static int aes_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_cfb128_wrap() 160 static int aes_crypt_xts_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_xts_wrap() 679 static int camellia_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_ecb_wrap() 687 static int camellia_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_cbc_wrap() 697 static int camellia_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_cfb128_wrap() 1088 static int aria_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_ecb_wrap() 1097 static int aria_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_cbc_wrap() 1107 static int aria_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_cfb128_wrap() [all …]
|
D | pkcs12.c | 178 (mbedtls_operation_t) mode)) != 0) { in mbedtls_pkcs12_pbe()
|
D | psa_crypto_cipher.c | 169 mbedtls_operation_t cipher_operation) in psa_cipher_setup()
|
D | pkcs5.c | 208 (mbedtls_operation_t) mode)) != 0) { in mbedtls_pkcs5_pbes2()
|
D | cipher.c | 257 const mbedtls_operation_t operation) in mbedtls_cipher_setkey()
|
D | psa_crypto.c | 3922 mbedtls_operation_t cipher_operation) in psa_cipher_setup()
|
/third_party/mbedtls/include/mbedtls/ |
D | cipher.h | 215 } mbedtls_operation_t; typedef 325 mbedtls_operation_t MBEDTLS_PRIVATE(operation); 802 static inline mbedtls_operation_t mbedtls_cipher_get_operation( in mbedtls_cipher_get_operation() 833 const mbedtls_operation_t operation);
|
D | psa_util.h | 111 mbedtls_operation_t op) in mbedtls_psa_translate_cipher_operation()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_cipher.function | 168 mbedtls_operation_t valid_operation = MBEDTLS_ENCRYPT; 291 mbedtls_operation_t invalid_operation = 100;
|
/third_party/libcoap/src/ |
D | coap_mbedtls.c | 2790 mbedtls_operation_t mode) {
|