Home
last modified time | relevance | path

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

123

/third_party/mbedtls/programs/
DMakefile107 psa/aead_demo \
108 psa/crypto_examples \
109 psa/hmac_demo \
110 psa/key_ladder_demo \
111 psa/psa_constant_names \
176 GENERATED_FILES = psa/psa_constant_names_generated.c test/query_config.c
179 psa/psa_constant_names_generated.c: ../scripts/generate_psa_constants.py
180 psa/psa_constant_names_generated.c: ../include/psa/crypto_values.h
181 psa/psa_constant_names_generated.c: ../include/psa/crypto_extra.h
182 psa/psa_constant_names_generated.c: ../tests/suites/test_suite_psa_crypto_metadata.data
[all …]
D.gitignore9 /psa/psa_constant_names_generated.c
43 psa/aead_demo
44 psa/crypto_examples
45 psa/hmac_demo
46 psa/key_ladder_demo
47 psa/psa_constant_names
DCMakeLists.txt8 add_subdirectory(psa)
/third_party/mbedtls/tests/scripts/
Dall.sh945 docs/architecture/psa-migration/syms.sh full
1893 tests/scripts/depends.py cipher_id --unset-use-psa
1898 tests/scripts/depends.py cipher_chaining --unset-use-psa
1903 tests/scripts/depends.py cipher_padding --unset-use-psa
1908 tests/scripts/depends.py curves --unset-use-psa
1913 tests/scripts/depends.py hashes --unset-use-psa
1918 tests/scripts/depends.py kex --unset-use-psa
1923 tests/scripts/depends.py pkalgs --unset-use-psa
2063 scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_STREAM_CIPHER
2064 scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_ECB_NO_PADDING
[all …]
Dcheck-generated-files.sh138 check scripts/generate_psa_constants.py programs/psa/psa_constant_names_generated.c
/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…
Dpsa-driver-wrappers-codegen-migration-guide.md7 …r multiple minor revs of version 1.0, after which this will be merged into psa-driver-interface.md.
37 Please refer to psa-driver-interface.md for information on how a driver schema can be written.
/third_party/mbedtls/tests/
DMakefile135 generated_psa_test_data: ../include/psa/crypto_values.h
136 generated_psa_test_data: ../include/psa/crypto_extra.h
288 mv ./libtestdriver1/include/psa/crypto_config.h ./libtestdriver1/include/psa/crypto_config.h.bak
289 …head -n -1 ./libtestdriver1/include/psa/crypto_config.h.bak > ./libtestdriver1/include/psa/crypto_…
290 …cat ./include/test/drivers/crypto_config_test_driver_extension.h >> ./libtestdriver1/include/psa/c…
291 echo "#endif /* PSA_CRYPTO_CONFIG_H */" >> ./libtestdriver1/include/psa/crypto_config.h
303 include/test/instrument_record_status.h: ../include/psa/crypto.h Makefile
305 …sed <../include/psa/crypto.h >$@ -n 's/^psa_status_t \([A-Za-z0-9_]*\)(.*/#define \1(...) RECORD_S…
D.gitignore16 include/alt-extra/psa/crypto_platform_alt.h
17 include/alt-extra/psa/crypto_struct_alt.h
DCMakeLists.txt126 ${CMAKE_CURRENT_SOURCE_DIR}/../include/psa/crypto_config.h
127 ${CMAKE_CURRENT_SOURCE_DIR}/../include/psa/crypto_values.h
128 ${CMAKE_CURRENT_SOURCE_DIR}/../include/psa/crypto_extra.h
/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_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/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/libwebsockets/lib/core-net/client/
Dconnect3.c158 const struct sockaddr *psa = NULL; local
334 psa = sa46_sockaddr(&wsi->sa46_peer);
460 psa = (const struct sockaddr *)&sau;
469 if (!psa) /* coverity */
484 memmove(&wsi->sa46_peer, psa, (unsigned int)n);
513 m = connect(wsi->desc.sockfd, (const struct sockaddr *)psa,
/third_party/mbedtls/programs/psa/
DCMakeLists.txt21 ${CMAKE_CURRENT_SOURCE_DIR}/../../include/psa/crypto_values.h
22 ${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
/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/mbedtls/tests/suites/
Dtest_suite_psa_crypto_entropy.function5 #include <psa/crypto.h>
19 #include <psa/internal_trusted_storage.h>
Dtest_suite_psa_crypto_not_supported.function3 #include "psa/crypto.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…
/third_party/mbedtls/docs/architecture/testing/
Ddriver-interface-test-strategy.md13 The [unified driver interface](../../proposed/psa-driver-interface.md) supports both transparent dr…
19 …er interface (SE interface for short) is defined by [`psa/crypto_se_driver.h`](../../../include/ps…
119 The [unified driver interface](../../proposed/psa-driver-interface.md) defines interfaces for accel…

123