Home
last modified time | relevance | path

Searched refs:psa (Results 1 – 25 of 54) sorted by relevance

123

/third_party/mbedtls/tests/scripts/
Dall.sh1562 scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_STREAM_CIPHER
1563 scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_ECB_NO_PADDING
1601 scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_STREAM_CIPHER
1602 scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_ECB_NO_PADDING
1609 scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_RSA_OAEP
1610 scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_RSA_PKCS1V15_CRYPT
1624 scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_MD5
1625 scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_RIPEMD160_C
1684 scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_STREAM_CIPHER
1685 scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_ECB_NO_PADDING
[all …]
Dcheck-generated-files.sh126 check scripts/generate_psa_constants.py programs/psa/psa_constant_names_generated.c
/third_party/mbedtls/programs/
DMakefile105 psa/crypto_examples \
106 psa/key_ladder_demo \
107 psa/psa_constant_names \
171 GENERATED_FILES = psa/psa_constant_names_generated.c test/query_config.c
174 psa/psa_constant_names_generated.c: ../scripts/generate_psa_constants.py
175 psa/psa_constant_names_generated.c: ../include/psa/crypto_values.h
176 psa/psa_constant_names_generated.c: ../include/psa/crypto_extra.h
177 psa/psa_constant_names_generated.c: ../tests/suites/test_suite_psa_crypto_metadata.data
178 psa/psa_constant_names_generated.c:
286 psa/key_ladder_demo$(EXEXT): psa/key_ladder_demo.c $(DEP)
[all …]
D.gitignore9 /psa/psa_constant_names_generated.c
41 psa/crypto_examples
42 psa/key_ladder_demo
43 psa/psa_constant_names
DCMakeLists.txt7 add_subdirectory(psa)
/third_party/mbedtls/tests/
DMakefile93 generated_psa_test_data: ../include/psa/crypto_values.h
94 generated_psa_test_data: ../include/psa/crypto_extra.h
234 mv ./libtestdriver1/include/psa/crypto_config.h ./libtestdriver1/include/psa/crypto_config.h.bak
235 …head -n -1 ./libtestdriver1/include/psa/crypto_config.h.bak > ./libtestdriver1/include/psa/crypto_…
236 …cat ./include/test/drivers/crypto_config_test_driver_extension.h >> ./libtestdriver1/include/psa/c…
237 echo "#endif /* PSA_CRYPTO_CONFIG_H */" >> ./libtestdriver1/include/psa/crypto_config.h
249 include/test/instrument_record_status.h: ../include/psa/crypto.h Makefile
251 …sed <../include/psa/crypto.h >$@ -n 's/^psa_status_t \([A-Za-z0-9_]*\)(.*/#define \1(...) RECORD_S…
DCMakeLists.txt49 ${CMAKE_CURRENT_SOURCE_DIR}/../include/psa/crypto_config.h
50 ${CMAKE_CURRENT_SOURCE_DIR}/../include/psa/crypto_values.h
51 ${CMAKE_CURRENT_SOURCE_DIR}/../include/psa/crypto_extra.h
/third_party/mbedtls/docs/proposed/
DMakefile6 psa-conditional-inclusion-c.md \
7 psa-driver-developer-guide.md \
8 psa-driver-integration-guide.md \
9 psa-driver-interface.md \
Dpsa-conditional-inclusion-c.md12 The [PSA Cryptography API specification](https://armmbed.github.io/mbed-crypto/psa/#application-pro…
52psa/crypto_config.h` defines a series of symbols of the form `PSA_WANT_xxx` where `xxx` describes …
54 The symbol `MBEDTLS_PSA_CRYPTO_CONFIG` in `mbedtls/mbedtls_config.h` determines whether `psa/crypto…
57 … enabled if either `mbedtls/mbedtls_config.h` contains `MBEDTLS_AES_C` or `psa/crypto_config.h` co…
111 In addition to the [configuration symbols](#psa-crypto-configuration-symbols), we need two parallel…
128 `mbedtls/config_psa.h` includes `psa/crypto_config.h`, the user-editable file that defines applicat…
134 …these parts. This includes structure definitions in `psa/crypto_struct.h`, size calculations in `p…
136 …is not `mbedtls/mbedtls_config.h`, so it is included via `psa/crypto.h` (for example from `psa/cry…
152 | `PSA_WANT_xxx` | `psa/crypto_config.h` (U) | `mbedtls/config_psa.h` (D) …
Dpsa-driver-developer-guide.md8 …drivers, refer to the [PSA Cryptoprocessor Driver Interface specification](psa-driver-interface.ht…
27 …f this JSON file is specified in the section [“Driver description syntax”](psa-driver-interface.ht…
37 …ints [as specified in the PSA Cryptography Driver Interface specification](psa-driver-interface.ht…
/third_party/mbedtls/include/
DCMakeLists.txt6 file(GLOB psa_headers "psa/*.h")
13 DESTINATION include/psa
21 link_to_source(psa)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
Dieee802_1x_kay.c470 struct receive_sa *psa; in ieee802_1x_kay_init_receive_sa() local
475 psa = os_zalloc(sizeof(*psa)); in ieee802_1x_kay_init_receive_sa()
476 if (!psa) { in ieee802_1x_kay_init_receive_sa()
482 psa->pkey = key; in ieee802_1x_kay_init_receive_sa()
483 psa->lowest_pn = lowest_pn; in ieee802_1x_kay_init_receive_sa()
484 psa->next_pn = lowest_pn; in ieee802_1x_kay_init_receive_sa()
485 psa->an = an; in ieee802_1x_kay_init_receive_sa()
486 psa->sc = psc; in ieee802_1x_kay_init_receive_sa()
488 os_get_time(&psa->created_time); in ieee802_1x_kay_init_receive_sa()
489 psa->in_use = FALSE; in ieee802_1x_kay_init_receive_sa()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
Dieee802_1x_kay.c470 struct receive_sa *psa; in ieee802_1x_kay_init_receive_sa() local
475 psa = os_zalloc(sizeof(*psa)); in ieee802_1x_kay_init_receive_sa()
476 if (!psa) { in ieee802_1x_kay_init_receive_sa()
482 psa->pkey = key; in ieee802_1x_kay_init_receive_sa()
483 psa->lowest_pn = lowest_pn; in ieee802_1x_kay_init_receive_sa()
484 psa->next_pn = lowest_pn; in ieee802_1x_kay_init_receive_sa()
485 psa->an = an; in ieee802_1x_kay_init_receive_sa()
486 psa->sc = psc; in ieee802_1x_kay_init_receive_sa()
488 os_get_time(&psa->created_time); in ieee802_1x_kay_init_receive_sa()
489 psa->in_use = false; in ieee802_1x_kay_init_receive_sa()
[all …]
/third_party/libwebsockets/lib/core-net/client/
Dconnect3.c149 const struct sockaddr *psa = NULL; local
314 psa = sa46_sockaddr(&wsi->sa46_peer);
440 psa = (const struct sockaddr *)&sau;
449 if (!psa) /* coverity */
464 memmove(&wsi->sa46_peer, psa, (unsigned int)n);
493 m = connect(wsi->desc.sockfd, (const struct sockaddr *)psa,
/third_party/mbedtls/programs/psa/
DCMakeLists.txt19 ${CMAKE_CURRENT_SOURCE_DIR}/../../include/psa/crypto_values.h
20 ${CMAKE_CURRENT_SOURCE_DIR}/../../include/psa/crypto_extra.h
/third_party/mbedtls/programs/test/
Dgenerate_cpp_dummy_build.sh63 for header in include/mbedtls/*.h include/psa/*.h; do
66 psa/crypto_config.h) :;; # not meant for direct inclusion
/third_party/mbedtls/
DMakefile61 mkdir -p $(DESTDIR)/include/psa
62 cp -rp include/psa $(DESTDIR)/include
80 rm -rf $(DESTDIR)/include/psa
D.gitignore45 /psa-arch-tests
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-uniscribe.cc76 SCRIPT_ANALYSIS *psa,
95 SCRIPT_ANALYSIS *psa,
143 SCRIPT_ANALYSIS *psa, in hb_ScriptShapeOpenType() argument
165 psa, in hb_ScriptShapeOpenType()
176 SCRIPT_ANALYSIS *psa, in hb_ScriptPlaceOpenType() argument
200 psa, in hb_ScriptPlaceOpenType()
/third_party/harfbuzz/src/
Dhb-uniscribe.cc75 SCRIPT_ANALYSIS *psa,
94 SCRIPT_ANALYSIS *psa,
142 SCRIPT_ANALYSIS *psa, in hb_ScriptShapeOpenType() argument
164 psa, in hb_ScriptShapeOpenType()
175 SCRIPT_ANALYSIS *psa, in hb_ScriptPlaceOpenType() argument
199 psa, in hb_ScriptPlaceOpenType()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-uniscribe.cc75 SCRIPT_ANALYSIS *psa,
94 SCRIPT_ANALYSIS *psa,
142 SCRIPT_ANALYSIS *psa, in hb_ScriptShapeOpenType() argument
164 psa, in hb_ScriptShapeOpenType()
175 SCRIPT_ANALYSIS *psa, in hb_ScriptPlaceOpenType() argument
199 psa, in hb_ScriptPlaceOpenType()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_not_supported.function3 #include "psa/crypto.h"
Dtest_suite_psa_crypto_entropy.function5 #include <psa/crypto.h>
18 #include <psa/internal_trusted_storage.h>
Dtest_suite_psa_crypto_generate_key.function3 #include "psa/crypto.h"
/third_party/mbedtls/docs/architecture/
Dalternative-implementations.md24 If your platform has a cryptographic accelerator, you can use it via a [PSA driver](#psa-cryptograp…
28psa-driver-interface.md), the [Mbed TLS PSA driver developer guide](docs/proposed/psa-driver-devel…

123