Lines Matching full:des
38 #include "mbedtls/des.h"
1722 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()
1798 "DES-ECB",
1810 "DES-CBC",
1850 "DES-EDE-ECB",
1862 "DES-EDE-CBC",
1902 "DES-EDE3-ECB",
1913 "DES-EDE3-CBC",