Searched refs:crypt (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sub.mk | 25 srcs-y += src/misc/crypt/crypt.c 26 srcs-y += src/misc/crypt/crypt_cipher_descriptor.c 27 srcs-y += src/misc/crypt/crypt_cipher_is_valid.c 28 srcs-y += src/misc/crypt/crypt_find_cipher_any.c 29 srcs-y += src/misc/crypt/crypt_find_cipher.c 30 srcs-y += src/misc/crypt/crypt_find_cipher_id.c 31 srcs-y += src/misc/crypt/crypt_find_hash_any.c 32 srcs-y += src/misc/crypt/crypt_find_hash.c 33 srcs-y += src/misc/crypt/crypt_find_hash_id.c 34 srcs-y += src/misc/crypt/crypt_find_hash_oid.c [all …]
|
| /optee_os/core/arch/arm/dts/ |
| H A D | dt_driver_test.dtsi | 52 dt-test-crypt-consumer { 53 compatible = "linaro,dt-test-crypt-consumer";
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | aes.h | 88 mbedtls_aes_context MBEDTLS_PRIVATE(crypt); /*!< The AES context to use for AES block
|
| /optee_os/ta/ |
| H A D | link.mk | 115 crypt-args$(user-ta-uuid) := --enc-key $(TA_ENC_KEY) 124 $$(crypt-args$(user-ta-uuid)) \
|
| /optee_os/core/tee/ |
| H A D | fs_htree.c | 524 const void *crypt, size_t len, in authenc_decrypt_final() argument 530 res = crypto_authenc_dec_final(ctx, crypt, len, plain, &out_size, tag, in authenc_decrypt_final() 545 void *crypt) in authenc_encrypt_final() argument 551 res = crypto_authenc_enc_final(ctx, plain, len, crypt, &out_size, tag, in authenc_encrypt_final()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | aes.c | 509 mbedtls_aes_init(&ctx->crypt); in mbedtls_aes_xts_init() 519 mbedtls_aes_free(&ctx->crypt); in mbedtls_aes_xts_free() 803 return mbedtls_aes_setkey_enc(&ctx->crypt, key1, key1bits); in mbedtls_aes_xts_setkey_enc() 827 return mbedtls_aes_setkey_dec(&ctx->crypt, key1, key1bits); in mbedtls_aes_xts_setkey_dec() 1237 ret = mbedtls_aes_crypt_ecb(&ctx->crypt, mode, tmp, tmp); in mbedtls_aes_crypt_xts() 1274 ret = mbedtls_aes_crypt_ecb(&ctx->crypt, mode, tmp, tmp); in mbedtls_aes_crypt_xts()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 587 (psa_asymmetric_[en|de]crypt) with opaque keys.
|