Searched refs:des (Results 1 – 10 of 10) sorted by relevance
/mbedtls-latest/programs/test/ |
D | benchmark.c | 507 des3, des, member 565 todo.des = 1; in main() 689 if (todo.des) { in main() 690 mbedtls_des_context des; in main() local 692 mbedtls_des_init(&des); in main() 693 if (mbedtls_des_setkey_enc(&des, tmp) != 0) { in main() 697 mbedtls_des_crypt_cbc(&des, MBEDTLS_DES_ENCRYPT, BUFSIZE, tmp, buf, buf)); in main() 698 mbedtls_des_free(&des); in main()
|
/mbedtls-latest/library/ |
D | cipher_wrap.c | 1694 mbedtls_des_context *des = mbedtls_calloc(1, sizeof(mbedtls_des_context)); in des_ctx_alloc() local 1696 if (des == NULL) { in des_ctx_alloc() 1700 mbedtls_des_init(des); in des_ctx_alloc() 1702 return des; in des_ctx_alloc()
|
D | Makefile | 109 des.o \
|
D | CMakeLists.txt | 35 des.c
|
/mbedtls-latest/tests/suites/ |
D | test_suite_pem.function | 4 #include "mbedtls/des.h"
|
D | test_suite_des.function | 2 #include "mbedtls/des.h"
|
D | test_suite_pem.data | 83 # echo -n -e "\x68\x65\x6c\x6c\x6f\x09\x09\x09" | openssl des-cbc -e -base64 -p -K "bbb0ddff1b944…
|
/mbedtls-latest/scripts/data_files/ |
D | query_config.fmt | 36 #include "mbedtls/des.h"
|
/mbedtls-latest/tests/scripts/ |
D | components-configuration-crypto.sh | 2325 not grep mbedtls_des* library/des.o 2431 not grep mbedtls_des library/des.o
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 125 | `des.h` | `mbedtls_des_` | [Symmetric encryption](#symmetric-encryption) | 267 …ecial API for a particular block cipher (`aes.h`, `aria.h`, `camellia.h`, `des.h`), a particular b…
|