Home
last modified time | relevance | path

Searched refs:psa (Results 1 - 25 of 56) sorted by relevance

123

/third_party/mbedtls/programs/
H A DMakefile58 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 DMakefile6 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 DMakefile87 #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 Dgenerate_cpp_dummy_build.sh40 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 Dquery_included_headers.c19 #include <psa/crypto.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A 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 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 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 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 Dpsa_crypto_its.h27 #include <psa/crypto_types.h>
28 #include <psa/crypto_values.h>
H A Dpsa_crypto_hash.h12 #include <psa/crypto.h>
H A Dpsa_crypto_ffdh.h12 #include <psa/crypto.h>
H A Dpsa_crypto_pake.h24 #include <psa/crypto.h>
/third_party/mbedtls/tests/src/drivers/
H A Dplatform_builtin_keys.c25 #include <psa/crypto.h>
26 #include <psa/crypto_extra.h>
/third_party/mbedtls/tests/include/test/drivers/
H A Dasymmetric_encryption.h26 #include <psa/crypto_driver_common.h>
27 #include <psa/crypto.h>
H A Dcipher.h14 #include <psa/crypto_driver_common.h>
15 #include <psa/crypto.h>
H A Dkey_agreement.h26 #include <psa/crypto_driver_common.h>
H A Dpake.h26 #include <psa/crypto_driver_common.h>
H A Dhash.h26 #include <psa/crypto_driver_common.h>
/third_party/libwebsockets/lib/core-net/client/
H A Dconnect3.c260 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 Dhb-uniscribe.cc76 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 DMakefile98 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 Dcrypto_driver_common.h2 * \file psa/crypto_driver_common.h
9 * include `psa/crypto_se_driver.h`.
47 #include <psa/crypto_sizes.h>
H A Dcrypto_driver_contexts_primitives.h9 * 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 Dcrypto_builtin_primitives.h8 * include psa/crypto.h.
25 #include <psa/crypto_driver_common.h>
/third_party/mbedtls/tests/src/
H A Dfake_external_rng_for_test.c27 #include <psa/crypto.h>
H A Dpsa_crypto_stubs.c12 #include <psa/crypto.h>

Completed in 12 milliseconds

123