Home
last modified time | relevance | path

Searched defs:s (Results 1 – 24 of 24) sorted by relevance

/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/no_os/
Dtest_pal_socket.c22 uint32_t Test_PalSocket(tp_socket *s, enum tp_sock_domain domain, in Test_PalSocket()
30 uint32_t Test_PalCloseSocket(tp_socket s) in Test_PalCloseSocket()
36 uint32_t Test_PalConnect(tp_socket s, const uint8_t *addr, uint32_t port) in Test_PalConnect()
43 uint32_t Test_PalBind(tp_socket s, uint32_t port) in Test_PalBind()
49 uint32_t Test_PalListen(tp_socket s, uint32_t backlog) in Test_PalListen()
55 uint32_t Test_PalAccept(tp_socket s, tp_socket *acptS, uint8_t *addr, in Test_PalAccept()
62 tp_socket Test_PalShutdown(tp_socket s) in Test_PalShutdown()
68 uint32_t Test_PalSend(tp_socket s, const uint8_t *buf, in Test_PalSend()
75 uint32_t Test_PalSendTo(tp_socket s, const uint8_t *buf, in Test_PalSendTo()
82 uint32_t Test_PalRecvFrom(tp_socket s, const uint8_t *buf, in Test_PalRecvFrom()
[all …]
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/freertos/
Dtest_pal_socket.c25 uint32_t Test_PalSocket(tp_socket *s, enum tp_sock_domain domain, in Test_PalSocket()
79 uint32_t Test_PalCloseSocket(tp_socket s) in Test_PalCloseSocket()
88 uint32_t Test_PalConnect(tp_socket s, const uint8_t *addr, uint32_t port) in Test_PalConnect()
107 uint32_t Test_PalBind(tp_socket s, uint32_t port) in Test_PalBind()
122 uint32_t Test_PalListen(tp_socket s, uint32_t backlog) in Test_PalListen()
132 uint32_t Test_PalAccept(tp_socket s, tp_socket *acptS, uint8_t *addr, in Test_PalAccept()
157 tp_socket Test_PalShutdown(tp_socket s) in Test_PalShutdown()
168 uint32_t Test_PalSend(tp_socket s, const uint8_t *buf, in Test_PalSend()
180 uint32_t Test_PalSendTo(tp_socket s, const uint8_t *buf, in Test_PalSendTo()
200 uint32_t Test_PalRecvFrom(tp_socket s, const uint8_t *buf, in Test_PalRecvFrom()
[all …]
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/linux/
Dtest_pal_socket.c27 uint32_t Test_PalSocket(tp_socket *s, enum tp_sock_domain domain, in Test_PalSocket()
53 uint32_t Test_PalCloseSocket(tp_socket s) in Test_PalCloseSocket()
62 uint32_t Test_PalConnect(tp_socket s, const uint8_t *addr, uint32_t port) in Test_PalConnect()
90 uint32_t Test_PalBind(tp_socket s, uint32_t port) in Test_PalBind()
110 uint32_t Test_PalListen(tp_socket s, uint32_t backlog) in Test_PalListen()
120 uint32_t Test_PalAccept(tp_socket s, tp_socket *acptS, uint8_t *addr, in Test_PalAccept()
147 tp_socket Test_PalShutdown(tp_socket s) in Test_PalShutdown()
156 uint32_t Test_PalSend(tp_socket s, const uint8_t *buf, in Test_PalSend()
168 uint32_t Test_PalSendTo(tp_socket s, const uint8_t *buf, in Test_PalSendTo()
188 uint32_t Test_PalRecvFrom(tp_socket s, const uint8_t *buf, in Test_PalRecvFrom()
[all …]
/trusted-firmware-m-3.5.0/secure_fw/partitions/ns_agent_mailbox/
Dtfm_multi_core_mem_check.c25 void tfm_get_mem_region_security_attr(const void *p, size_t s, in tfm_get_mem_region_security_attr()
68 void tfm_get_secure_mem_region_attr(const void *p, size_t s, in tfm_get_secure_mem_region_attr()
182 void tfm_get_ns_mem_region_attr(const void *p, size_t s, in tfm_get_ns_mem_region_attr()
384 enum tfm_status_e tfm_has_access_to_region(const void *p, size_t s, in tfm_has_access_to_region()
437 enum tfm_status_e check_address_range(const void *p, size_t s, in check_address_range()
/trusted-firmware-m-3.5.0/platform/ext/target/cypress/psoc64/
Dtfm_hal_multi_core.c110 void tfm_hal_get_mem_security_attr(const void *p, size_t s, in tfm_hal_get_mem_security_attr()
117 void tfm_hal_get_secure_access_attr(const void *p, size_t s, in tfm_hal_get_secure_access_attr()
138 void tfm_hal_get_ns_access_attr(const void *p, size_t s, in tfm_hal_get_ns_access_attr()
Ddriver_smpu.c378 static bool SMPU_Covers_Region(const void *p, size_t s, in SMPU_Covers_Region()
439 void SMPU_Get_Access_Rules(const void *p, size_t s, in SMPU_Get_Access_Rules()
/trusted-firmware-m-3.5.0/platform/ext/target/arm/corstone1000/
Dtfm_hal_multi_core.c83 void tfm_hal_get_mem_security_attr(const void *p, size_t s, in tfm_hal_get_mem_security_attr()
90 void tfm_hal_get_secure_access_attr(const void *p, size_t s, in tfm_hal_get_secure_access_attr()
100 void tfm_hal_get_ns_access_attr(const void *p, size_t s, in tfm_hal_get_ns_access_attr()
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Decdsa_alt.c96 static int ecdsa_wrst_sign( mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, in ecdsa_wrst_sign()
210 int mbedtls_ecdsa_sign( mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, in mbedtls_ecdsa_sign()
244 const mbedtls_ecp_point *Q, const mbedtls_mpi *r, const mbedtls_mpi *s) in ecdsa_wrst_verify()
349 const mbedtls_ecp_point *Q, const mbedtls_mpi *r, const mbedtls_mpi *s) in mbedtls_ecdsa_verify()
Decdsa_edwards.c172 int mbedtls_ecdsa_sign_edwards( mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, in mbedtls_ecdsa_sign_edwards()
261 … const mbedtls_ecp_point *Q, const mbedtls_mpi *r, const mbedtls_mpi *s) in mbedtls_ecdsa_verify_edwards()
/trusted-firmware-m-3.5.0/platform/ext/target/nxp/common/Native_Driver/utilities/str/
Dfsl_str.c170 static uint32_t PrintGetPrecision(const char **s, va_list *ap, bool *valid_precision_width) in PrintGetPrecision()
382 static uint32_t PrintCheckFlags(const char **s) in PrintCheckFlags()
423 static uint32_t PrintGetLengthFlag(const char **s) in PrintGetLengthFlag()
462 static void PrintFilterLengthFlag(const char **s) in PrintFilterLengthFlag()
509 static uint32_t ScanIgnoreWhiteSpace(const char **s) in ScanIgnoreWhiteSpace()
1016 static uint8_t StrFormatScanGetBase(uint8_t base, const char *s) in StrFormatScanGetBase()
1352 const char *s; in StrFormatScanf() local
/trusted-firmware-m-3.5.0/secure_fw/partitions/lib/runtime/
Dcrt_strnlen.c10 size_t tfm_strnlen(const char *s, size_t maxlen) in tfm_strnlen()
/trusted-firmware-m-3.5.0/platform/ext/target/stm/common/hal/accelerator/
Decdsa_alt.c56 int mbedtls_ecdsa_sign( mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, in mbedtls_ecdsa_sign()
214 const mbedtls_mpi *s) in mbedtls_ecdsa_verify()
/trusted-firmware-m-3.5.0/secure_fw/shared/
Dcrt_memset.c10 void *memset(void *s, int c, size_t n) in memset()
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/shared/include/mbedtls/
Dpoly1305_alt.h23 uint32_t s[4]; /** The value for 's' (high 128 bits of the key). */ member
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_ecdsa.c72 mbedtls_mpi d, r, s; in runIt_ecdsaPrimRandomTest() local
130 mbedtls_mpi r, s; in runIt_ecdsaPrimRandomEdwTest() local
178 mbedtls_mpi s; in runIt_ecdsaPrimVectorsTest() local
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki_modular_arithmetic.c121 int32_t s, i; in PkiIsModSquareRootExists() local
Dpki.c303 uint8_t s = 0; in PkiIsUint8ArrayEqualTo0() local
316 uint8_t s = 0; in PkiAreBuffersEqual() local
/trusted-firmware-m-3.5.0/platform/ext/target/nordic_nrf/common/core/
Dtfm_hal_isolation.c173 static bool accessible_to_region(const void *p, size_t s, int flags) in accessible_to_region()
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_sb_ops.c185 unsigned long s = SB_CERT_RSA_KEY_SIZE_IN_BITS + 2; in SBU_GetNFromKeyPairAndCalcH() local
Dcommon_crypto_asym.c570 uint32_t s = SB_CERT_RSA_KEY_SIZE_IN_BITS + 2; in CC_CommonRsaCalculateH() local
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/src/
Dretarget.c292 int32_t s; in ProcessHardFault() local
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/
Drsa_genkey.c133 int32_t k, s; in PkaRsaKgX931Jacobi() local
/trusted-firmware-m-3.5.0/platform/ext/cmsis/
Dcmsis_gcc.h382 uint32_t s = (4U /*sizeof(v)*/ * 8U) - 1U; /* extra shift needed at end */ in __RBIT() local
/trusted-firmware-m-3.5.0/platform/ext/target/cypress/psoc64/libs/core-lib/docs/html/
Djquery.js51 …[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)… variable
81 (function(b,c){var a=false;b(document).mouseup(function(d){a=false});b.widget("ui.mouse",{options:{… argument
115 (function(a){if(typeof define==="function"&&define.amd){define(["jquery"],a)}else{if(typeof module=… argument