Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 12 of 12) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_hmac_drbg.function179 data_t * custom, data_t * add1,
198 memcpy( data + p_entropy.len, custom->x, custom->len );
200 data, p_entropy.len + custom->len ) == 0 );
213 custom->x, custom->len ) == 0 );
226 void hmac_drbg_nopr( int md_alg, data_t * entropy, data_t * custom,
244 custom->x, custom->len ) == 0 );
259 void hmac_drbg_pr( int md_alg, data_t * entropy, data_t * custom,
276 custom->x, custom->len ) == 0 );
Dtest_suite_ssl.function109 * Buffer structure for custom I/O callbacks.
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dpsa_crypto_random_impl.h185 const unsigned char *custom, size_t len ) in mbedtls_psa_drbg_seed() argument
191 custom, len ) ); in mbedtls_psa_drbg_seed()
199 custom, len ) ); in mbedtls_psa_drbg_seed()
Dhmac_drbg.c248 const unsigned char *custom, in mbedtls_hmac_drbg_seed() argument
290 if( ( ret = hmac_drbg_reseed_core( ctx, custom, len, in mbedtls_hmac_drbg_seed()
Dctr_drbg.c450 const unsigned char *custom, in mbedtls_ctr_drbg_seed() argument
487 if( ( ret = mbedtls_ctr_drbg_reseed_internal( ctx, custom, len, in mbedtls_ctr_drbg_seed()
/openthread-3.5.0/third_party/mbedtls/repo/configs/
DREADME.txt5 this target. They can be used as a basis for custom configurations.
25 Note that the second method also works if you want to keep your custom
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Dhmac_drbg.h206 const unsigned char *custom,
Dctr_drbg.h335 const unsigned char *custom,
/openthread-3.5.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md47 …ptographic mechanisms they support. If the driver description references custom types, macros or c…
441 …#c.psa_export_public_key) in the PSA Cryptography API specification. For custom key types defined …
958 #### Support for custom import formats
960 …that accepts a custom format would not work with a driver that doesn't accept this format. On the …
962custom formats also causes a problem with import: the core can't know the size of the key represen…
/openthread-3.5.0/third_party/mbedtls/repo/doxygen/
Dmbedtls.doxyfile253 # that for custom extensions you also need to set FILE_PATTERNS otherwise the
896 # standard header. Note that when using a custom header you are responsible
1095 # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
1097 # http://doc.trolltech.com/qthelpproject.html#custom-filters
1102 # custom filter to add. For more information please see
1103 # <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">
/openthread-3.5.0/doc/
DDoxyfile.in316 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
1360 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1362 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1369 # custom filter to add. For more information please see Qt Help Project / Custom
1370 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1427 # HTML help feature. Via custom stylesheets (see HTML_EXTRA_STYLESHEET) one can
/openthread-3.5.0/third_party/mbedtls/repo/
DChangeLog303 double-check that custom session cache implementations return
1007 * Remove the technical possibility to define custom mbedtls_md_info
2770 with custom implementation (eg hardware accelerated), complementing the
2872 * Removed mbedtls_timing_msleep(). Use mbedtls_net_usleep() or a custom
2911 custom config.h
3787 * Added support for custom labels when using rsa_rsaes_oaep_encrypt()
4030 custom entropy sources and added some generic and platform dependent