Searched full:pre (Results 1 – 25 of 37) sorted by relevance
12
70 # pre: resource /test exists and can handle GET with arbitrary payload93 # pre: resource /test doesn't exist but can be created on /test119 # pre: resource /test exists which can handle PUT144 # pre: resource /test exists which can handle DELETE166 # pre: resource /test exits which can handle GET189 # pre: resource on /test doesn't exist but can be created214 # pre: /test exists and can handle PUT239 # pre: /test exists and can handle DELETE261 # pre: resource /separate exists which cannot be served immediately and which290 # pre: resource /test exists which can handle GET requests[all …]
28 * strong shared secret from a (potentially low entropy) pre-shared85 mbedtls_mpi s; /**< Pre-shared secret (passphrase) */106 * \param secret pre-shared secret (passphrase)201 * (TLS: Pre-Master Secret)
72 #define MBEDTLS_ERR_SSL_PRIVATE_KEY_REQUIRED -0x7600 /**< The own private key or pre-…671 unsigned char *psk; /*!< pre-shared key */672 size_t psk_len; /*!< length of the pre-shared key */1622 * \brief Set the Pre Shared Key (PSK) and the expected identity name1627 * \note Currently clients can only register one pre-shared key.1634 * \param psk pointer to the pre-shared key1635 * \param psk_len pre-shared key length1636 * \param psk_identity pointer to the pre-shared key identity1647 * \brief Set the Pre Shared Key (PSK) for the current handshake1653 * \param psk pointer to the pre-shared key[all …]
144 mbedtls_ecp_point *T; /*!< pre-computed points for ecp_mul_comb() */145 size_t T_size; /*!< number for pre-computed points */
27 the resources, tweak the number of pre-allocated resources in `lwippools.h`.
37 /* This is used to control the pre-set hash-keys for resources. */
25 /** Pre-defined log levels akin to what is used in \b syslog. */
12 * @brief Pre-defined constants that reflect defaults for CoAP37 /* pre-calculated hash key for the default well-known URI */
137 /** Pre-defined filter that includes all options. */
53 * pre-shared key + 1.91 /* This is the maximal supported length of the pre-shared key. */303 * @param result The derived pre master secret.
65 /** Pre-defined log levels akin to what is used in \b syslog. */
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which846 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \850 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \938 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)940 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)944 | --program-pre | --program-pr | --program-p)947 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)4344 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which[all …]
114 " default: \"\" (pre-loaded)\n" \116 " default: \"\" (pre-loaded) (overrides ca_file)\n" \118 " default: \"\" (pre-loaded)\n" \119 " key_file=%%s default: \"\" (pre-loaded)\n"292 const char *psk; /* the pre-shared key */293 const char *psk_identity; /* the pre-shared key identity */860 * Unhexify the pre-shared key if any is given in main()869 mbedtls_printf("pre-shared key not valid hex\n"); in main()886 mbedtls_printf("pre-shared key not valid hex\n"); in main()900 mbedtls_printf("pre-shared key not valid hex\n"); in main()
115 " ca_file=%%s default: \"\" (pre-loaded)\n" \116 " crt_file=%%s default: \"\" (pre-loaded)\n" \117 " key_file=%%s default: \"\" (pre-loaded)\n"
167 " default: \"\" (pre-loaded)\n" \169 " default: \"\" (pre-loaded) (overrides ca_file)\n" \370 const char *psk; /* the pre-shared key */371 const char *psk_identity; /* the pre-shared key identity */1336 * Unhexify the pre-shared key and parse the list if any given in main()1340 mbedtls_printf( "pre-shared key not valid hex\n" ); in main()
25 * - fully modern and secure (provided the pre-shared keys have high entropy)
5 ## Pre-requisites
40 * The pre-shared key. Should be generated randomly and be unique to the
22 pre:
107 which sends pre-defined UDP data packets to echo-server
223 * standard libc file functions to read from and write to a pre-defined filename
300 "\t-k file\t\tread pre-shared key from file\n" in usage()