/third_party/mbedtls/programs/ |
H A D | Makefile | 58 psa/aead_demo \ 59 psa/crypto_examples \ 60 psa/hmac_demo \ 61 psa/key_ladder_demo \ 62 psa/psa_constant_names \ 63 psa/psa_hash \ 126 GENERATED_FILES = psa/psa_constant_names_generated.c test/query_config.c 129 psa/psa_constant_names_generated.c: $(gen_file_dep) ../scripts/generate_psa_constants.py 130 psa/psa_constant_names_generated.c: $(gen_file_dep) ../include/psa/crypto_value [all...] |
/third_party/mbedtls/docs/proposed/ |
H A D | Makefile | 6 psa-conditional-inclusion-c.md \ 7 psa-driver-developer-guide.md \ 8 psa-driver-integration-guide.md \ 9 psa-driver-interface.md \
|
/third_party/mbedtls/tests/ |
H A D | Makefile | 87 #generated_psa_test_data: ../include/psa/crypto_config.h 88 generated_psa_test_data: ../include/psa/crypto_values.h 89 generated_psa_test_data: ../include/psa/crypto_extra.h 205 s!^(\s*#\s*include\s*[\"<])(mbedtls|psa)/!$${1}libtestdriver1/include/$${2}/!; \ 226 # It is set from the copied include/psa/crypto_config.h of the Mbed TLS 230 mv ./libtestdriver1/include/psa/crypto_config.h ./libtestdriver1/include/psa/crypto_config.h.bak 231 head -n -1 ./libtestdriver1/include/psa/crypto_config.h.bak > ./libtestdriver1/include/psa/crypto_config.h 232 cat ./include/test/drivers/crypto_config_test_driver_extension.h >> ./libtestdriver1/include/psa/crypto_confi [all...] |
/third_party/mbedtls/programs/test/ |
H A D | generate_cpp_dummy_build.sh | 40 for header in include/mbedtls/*.h include/psa/*.h; do 44 psa/crypto_config.h) :;; # not meant for direct inclusion 45 psa/crypto_ajdust_config*.h) :;; # not meant for direct inclusion 46 # Some of the psa/crypto_*.h headers are not meant to be included 48 # psa/crypto.h has been included before. Since psa/crypto.h comes 49 # before psa/crypto_*.h in the wildcard enumeration, we don't need
|
H A D | query_included_headers.c | 19 #include <psa/crypto.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_kay.c | 470 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 in ieee802_1x_kay_init_receive_sa() 505 ieee802_1x_kay_deinit_receive_sa(struct receive_sa *psa) ieee802_1x_kay_deinit_receive_sa() argument 563 struct receive_sa *psa, *pre_sa; ieee802_1x_kay_deinit_receive_sc() local 2636 struct transmit_sa *psa; ieee802_1x_kay_init_transmit_sa() local 2674 ieee802_1x_kay_deinit_transmit_sa(struct transmit_sa *psa) ieee802_1x_kay_deinit_transmit_sa() argument 2721 struct transmit_sa *psa, *tmp; ieee802_1x_kay_deinit_transmit_sc() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
H A D | ieee802_1x_kay.c | 470 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 in ieee802_1x_kay_init_receive_sa() 505 ieee802_1x_kay_deinit_receive_sa(struct receive_sa *psa) ieee802_1x_kay_deinit_receive_sa() argument 563 struct receive_sa *psa, *pre_sa; ieee802_1x_kay_deinit_receive_sc() local 2673 struct transmit_sa *psa; ieee802_1x_kay_init_transmit_sa() local 2711 ieee802_1x_kay_deinit_transmit_sa(struct transmit_sa *psa) ieee802_1x_kay_deinit_transmit_sa() argument 2758 struct transmit_sa *psa, *tmp; ieee802_1x_kay_deinit_transmit_sc() local [all...] |
/third_party/mbedtls/library/ |
H A D | psa_crypto_its.h | 27 #include <psa/crypto_types.h> 28 #include <psa/crypto_values.h>
|
H A D | psa_crypto_hash.h | 12 #include <psa/crypto.h>
|
H A D | psa_crypto_ffdh.h | 12 #include <psa/crypto.h>
|
H A D | psa_crypto_pake.h | 24 #include <psa/crypto.h>
|
/third_party/mbedtls/tests/src/drivers/ |
H A D | platform_builtin_keys.c | 25 #include <psa/crypto.h> 26 #include <psa/crypto_extra.h>
|
/third_party/mbedtls/tests/include/test/drivers/ |
H A D | asymmetric_encryption.h | 26 #include <psa/crypto_driver_common.h> 27 #include <psa/crypto.h>
|
H A D | cipher.h | 14 #include <psa/crypto_driver_common.h> 15 #include <psa/crypto.h>
|
H A D | key_agreement.h | 26 #include <psa/crypto_driver_common.h>
|
H A D | pake.h | 26 #include <psa/crypto_driver_common.h>
|
H A D | hash.h | 26 #include <psa/crypto_driver_common.h>
|
/third_party/libwebsockets/lib/core-net/client/ |
H A D | connect3.c | 260 const struct sockaddr *psa = NULL; local 437 psa = sa46_sockaddr(&wsi->sa46_peer); 445 * Now we prepared psa, if not already connecting, create the related 563 psa = (const struct sockaddr *)&sau; 572 if (!psa) /* coverity */ 587 memmove(&wsi->sa46_peer, psa, (unsigned int)n); 616 m = connect(wsi->desc.sockfd, (const struct sockaddr *)psa,
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-uniscribe.cc | 76 SCRIPT_ANALYSIS *psa, 95 SCRIPT_ANALYSIS *psa, 143 SCRIPT_ANALYSIS *psa, in hb_ScriptShapeOpenType() 165 psa, in hb_ScriptShapeOpenType() 176 SCRIPT_ANALYSIS *psa, in hb_ScriptPlaceOpenType() 200 psa, in hb_ScriptPlaceOpenType() 140 hb_ScriptShapeOpenType( HDC hdc, SCRIPT_CACHE *psc, SCRIPT_ANALYSIS *psa, OPENTYPE_TAG tagScript, OPENTYPE_TAG tagLangSys, int *rcRangeChars, TEXTRANGE_PROPERTIES **rpRangeProperties, int cRanges, const WCHAR *pwcChars, int cChars, int cMaxGlyphs, WORD *pwLogClust, SCRIPT_CHARPROP *pCharProps, WORD *pwOutGlyphs, SCRIPT_GLYPHPROP *pOutGlyphProps, int *pcGlyphs ) hb_ScriptShapeOpenType() argument 173 hb_ScriptPlaceOpenType( HDC hdc, SCRIPT_CACHE *psc, SCRIPT_ANALYSIS *psa, OPENTYPE_TAG tagScript, OPENTYPE_TAG tagLangSys, int *rcRangeChars, TEXTRANGE_PROPERTIES **rpRangeProperties, int cRanges, const WCHAR *pwcChars, WORD *pwLogClust, SCRIPT_CHARPROP *pCharProps, int cChars, const WORD *pwGlyphs, const SCRIPT_GLYPHPROP *pGlyphProps, int cGlyphs, int *piAdvance, GOFFSET *pGoffset, ABC *pABC ) hb_ScriptPlaceOpenType() argument
|
/third_party/mbedtls/ |
H A D | Makefile | 98 mkdir -p $(DESTDIR)/include/psa 99 cp -rp include/psa $(DESTDIR)/include 117 rm -rf $(DESTDIR)/include/psa
|
/third_party/mbedtls/include/psa/ |
H A D | crypto_driver_common.h | 2 * \file psa/crypto_driver_common.h 9 * include `psa/crypto_se_driver.h`. 47 #include <psa/crypto_sizes.h>
|
H A D | crypto_driver_contexts_primitives.h | 9 * include psa/crypto.h. 36 #include "psa/crypto_driver_common.h" 39 #include "psa/crypto_builtin_primitives.h" 45 #include <libtestdriver1/include/psa/crypto.h>
|
H A D | crypto_builtin_primitives.h | 8 * include psa/crypto.h. 25 #include <psa/crypto_driver_common.h>
|
/third_party/mbedtls/tests/src/ |
H A D | fake_external_rng_for_test.c | 27 #include <psa/crypto.h>
|
H A D | psa_crypto_stubs.c | 12 #include <psa/crypto.h>
|