Home
last modified time | relevance | path

Searched refs:mbedtls_des_crypt_cbc (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/mbedtls/library/
H A Ddes.c626 int mbedtls_des_crypt_cbc(mbedtls_des_context *ctx, in mbedtls_des_crypt_cbc() function
979 ret = mbedtls_des_crypt_cbc(&ctx, v, 8, iv, buf, buf); in mbedtls_des_self_test()
992 ret = mbedtls_des_crypt_cbc(&ctx, v, 8, iv, buf, buf); in mbedtls_des_self_test()
H A Dpem.c170 ret = mbedtls_des_crypt_cbc(&des_ctx, MBEDTLS_DES_DECRYPT, buflen, in pem_des_decrypt()
H A Dcipher_wrap.c1578 return mbedtls_des_crypt_cbc((mbedtls_des_context *) ctx, operation, length, iv, input, in des_crypt_cbc_wrap()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Ddes.c626 int mbedtls_des_crypt_cbc(mbedtls_des_context *ctx, in mbedtls_des_crypt_cbc() function
979 ret = mbedtls_des_crypt_cbc(&ctx, v, 8, iv, buf, buf); in mbedtls_des_self_test()
992 ret = mbedtls_des_crypt_cbc(&ctx, v, 8, iv, buf, buf); in mbedtls_des_self_test()
H A Dpem.c170 ret = mbedtls_des_crypt_cbc(&des_ctx, MBEDTLS_DES_DECRYPT, buflen, in pem_des_decrypt()
H A Dcipher_wrap.c1630 return mbedtls_des_crypt_cbc((mbedtls_des_context *) ctx, operation, length, iv, input, in des_crypt_cbc_wrap()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_des.function69 TEST_ASSERT(mbedtls_des_crypt_cbc(&ctx, MBEDTLS_DES_ENCRYPT, src_str->len, iv_str->x,
95 TEST_ASSERT(mbedtls_des_crypt_cbc(&ctx, MBEDTLS_DES_DECRYPT, src_str->len, iv_str->x,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_des.function69 TEST_ASSERT(mbedtls_des_crypt_cbc(&ctx, MBEDTLS_DES_ENCRYPT, src_str->len, iv_str->x,
95 TEST_ASSERT(mbedtls_des_crypt_cbc(&ctx, MBEDTLS_DES_DECRYPT, src_str->len, iv_str->x,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Ddes.h294 int mbedtls_des_crypt_cbc(mbedtls_des_context *ctx,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Ddes.h294 int mbedtls_des_crypt_cbc(mbedtls_des_context *ctx,
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c682 mbedtls_des_crypt_cbc(&des, MBEDTLS_DES_ENCRYPT, BUFSIZE, tmp, buf, buf)); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dbenchmark.c697 mbedtls_des_crypt_cbc(&des, MBEDTLS_DES_ENCRYPT, BUFSIZE, tmp, buf, buf)); in main()