Home
last modified time | relevance | path

Searched refs:des (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/
H A Dsub.mk27 SRCS_CRYPTO += des.c
85 SRCS_CRYPTO += des.c
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcipher_wrap.c1722 mbedtls_des_context *des = mbedtls_calloc(1, sizeof(mbedtls_des_context)); in des_ctx_alloc() local
1724 if (des == NULL) { in des_ctx_alloc()
1728 mbedtls_des_init(des); in des_ctx_alloc()
1730 return des; in des_ctx_alloc()
/optee_os/core/arch/arm/crypto/
H A Dsm4_armv8a_aese_a64.S139 .macro sbox, des, src, tmp1, tmp2
140 tbl \des\().16b, {\src\().16b}, MASKV.16b
141 multi_matrix \des, TAHMaskV, TALMaskV, \tmp2
143 aese \des\().16b, \tmp1\().16b
144 multi_matrix \des, ATAHMaskV, ATALMaskV, \tmp2
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Ddes.c1534 deskey(key, EN0, skey->des.ek); in des_setup()
1535 deskey(key, DE1, skey->des.dk); in des_setup()
1597 desfunc(work, skey->des.ek); in des_ecb_encrypt()
1618 desfunc(work, skey->des.dk); in des_ecb_decrypt()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h178 struct des_key des; member
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk64 srcs-$(_CFG_CORE_LTC_DES) += src/ciphers/des.c