Home
last modified time | relevance | path

Searched refs:boolean (Results 1 – 9 of 9) sorted by relevance

/lib/mbedtls/external/mbedtls/include/mbedtls/
A Dasn1write.h193 int boolean);
/lib/mbedtls/external/mbedtls/library/
A Dasn1write.c186 int mbedtls_asn1_write_bool(unsigned char **p, const unsigned char *start, int boolean) in mbedtls_asn1_write_bool() argument
194 *--(*p) = (boolean) ? 255 : 0; in mbedtls_asn1_write_bool()
/lib/mbedtls/external/mbedtls/docs/proposed/
A Dpsa-conditional-inclusion-c.md203boolean symbol mechanism proposed here. The approximation considers a feature to be enabled if any…
205 The boolean symbol mechanism proposed here can be translated to a list of JSON capabilities: for ea…
A Dpsa-driver-interface.md99 * `"fallback"` (optional for transparent drivers, not permitted for opaque drivers, boolean). If pr…
513 * `"memory"` (optional, boolean). If present and true, the driver must define a type `"derive_key_m…
515 * `"fallback"` (optional, boolean). If present and true, the driver may return `PSA_ERROR_NOT_SUPPO…
1048 * `"store_public_key"` (boolean, optional): If specified and true, for a key pair, the key context …
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DSNMPv2-TC109 "Represents a boolean value."
/lib/mbedtls/external/mbedtls/docs/architecture/psa-thread-safety/
A Dpsa-thread-safety.md340 * Drivers have an optional `"thread_safe"` boolean property. If true, it allows concurrent calls to…
/lib/mbedtls/external/mbedtls/docs/architecture/
A Dpsa-storage-resilience.md345 For a given key, we have to consider three a priori independent boolean states:
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_pk.function434 /* The values are compatible with thinking of "from pair" as a boolean. */
/lib/lwip/lwip/
A DCHANGELOG801 variables size to the bare minimum. Switched all boolean type (char type in

Completed in 32 milliseconds