Searched refs:mbedtls_operation_t (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | cipher_internal.h | 52 int (*ecb_func)( void *ctx, mbedtls_operation_t mode, 57 int (*cbc_func)( void *ctx, mbedtls_operation_t mode, size_t length, 64 int (*cfb_func)( void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off, 86 int (*xts_func)( void *ctx, mbedtls_operation_t mode, size_t length,
|
A D | cipher.h | 224 } mbedtls_operation_t; typedef 329 mbedtls_operation_t operation; 648 static inline mbedtls_operation_t mbedtls_cipher_get_operation( in mbedtls_cipher_get_operation() 678 const mbedtls_operation_t operation );
|
A D | psa_util.h | 106 mbedtls_operation_t op ) in mbedtls_psa_translate_cipher_operation()
|
A D | compat-1.3.h | 2119 #define operation_t mbedtls_operation_t
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | cipher_wrap.c | 139 static int aes_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in aes_crypt_ecb_wrap() 155 static int aes_crypt_cfb128_wrap( void *ctx, mbedtls_operation_t operation, in aes_crypt_cfb128_wrap() 184 static int aes_crypt_xts_wrap( void *ctx, mbedtls_operation_t operation, in aes_crypt_xts_wrap() 676 static int camellia_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in camellia_crypt_ecb_wrap() 684 static int camellia_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, in camellia_crypt_cbc_wrap() 1059 static int aria_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in aria_crypt_ecb_wrap() 1068 static int aria_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, in aria_crypt_cbc_wrap() 1078 static int aria_crypt_cfb128_wrap( void *ctx, mbedtls_operation_t operation, in aria_crypt_cfb128_wrap() 1435 static int des_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in des_crypt_ecb_wrap() 1442 static int des3_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in des3_crypt_ecb_wrap() [all …]
|
A D | pkcs5.c | 203 (mbedtls_operation_t) mode ) ) != 0 ) in mbedtls_pkcs5_pbes2()
|
A D | pkcs12.c | 203 …if( ( ret = mbedtls_cipher_setkey( &cipher_ctx, key, 8 * keylen, (mbedtls_operation_t) mode ) ) !=… in mbedtls_pkcs12_pbe()
|
A D | cipher.c | 295 const mbedtls_operation_t operation ) in mbedtls_cipher_setkey()
|
Completed in 43 milliseconds