Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dcipher_internal.h52 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 Dcipher.h224 } 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 Dpsa_util.h106 mbedtls_operation_t op ) in mbedtls_psa_translate_cipher_operation()
A Dcompat-1.3.h2119 #define operation_t mbedtls_operation_t
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dcipher_wrap.c139 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 Dpkcs5.c203 (mbedtls_operation_t) mode ) ) != 0 ) in mbedtls_pkcs5_pbes2()
A Dpkcs12.c203 …if( ( ret = mbedtls_cipher_setkey( &cipher_ctx, key, 8 * keylen, (mbedtls_operation_t) mode ) ) !=… in mbedtls_pkcs12_pbe()
A Dcipher.c295 const mbedtls_operation_t operation ) in mbedtls_cipher_setkey()

Completed in 28 milliseconds