Home
last modified time | relevance | path

Searched full:unset (Results 1 – 14 of 14) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dblock_cipher.h36 MBEDTLS_BLOCK_CIPHER_ID_NONE = 0, /**< Unset. */
H A Decdsa.h464 * If #MBEDTLS_ECDSA_DETERMINISTIC is unset, this is also
507 * If #MBEDTLS_ECDSA_DETERMINISTIC is unset, this is also
H A Dbignum.h400 * of \c X is unset or set.
H A Dcipher.h361 * This is unset if the cipher context was established through
H A Dssl.h1962 * is unset, on a TLS client, attempting to verify a server certificate
2520 * Special value: 0 means unset (no limit).
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dentropy.c528 unsigned char unset = 0x00; in mbedtls_entropy_source_self_test_check_bits() local
533 unset |= buf[i]; in mbedtls_entropy_source_self_test_check_bits()
536 return set == 0xFF || unset == 0x00; in mbedtls_entropy_source_self_test_check_bits()
542 * - The entropy source is not providing only 0s (all bits unset) or 1s (all
H A Decp_internal_alt.h137 * We accept Q->Z being unset (saving memory in tables) as
H A Dssl_tls13_generic.c651 * structure being unset. in ssl_tls13_validate_certificate()
H A Decp.c3110 /* Make sure the last two bits are unset for Curve448, three bits for in mbedtls_ecp_gen_privkey_mx()
H A Dssl_tls.c2154 /* This function assumes that PSK identity in the SSL config is unset.
2157 * On failure, the PSK identity in the config remains unset. */
/optee_os/core/drivers/crypto/stm32/
H A Dstm32_pka.c1060 /* Unset end proc */ in stm32_pka_compute_montgomery()
1182 /* Unset end proc */ in stm32_pka_is_point_on_curve()
1338 /* Unset end proc */ in stm32_pka_ecdsa_verif()
1485 /* Unset end proc */ in stm32_pka_ecdsa_sign()
1615 /* Unset end proc */ in stm32_pka_ecc_scalar_mul()
/optee_os/.github/workflows/
H A Dci.yml333 unset CROSS_COMPILE32
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_decode.h216 /** The data type is unknown, unset or invalid. */
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3064 if MBEDTLS_FS_IO and MBEDTLS_PEM_PARSE_C are unset. Fixes #2254.
3222 provided SSL context is unset.