| /lib/mbedtls/external/mbedtls/docs/architecture/testing/ |
| A D | driver-interface-test-strategy.md | 39 For each API function that can lead to a driver call (more precisely, for each driver method call s… 41 * Make at least one test with a key in a secure element that checks that the driver method is calle… 42 …e test with a key that is not in a secure element that checks that the driver method is not called. 43 …at does not have the requisite method (i.e. the method pointer is `NULL`) but has the substructure… 44 …lement with a driver that does not have the substructure containing that method (i.e. the pointer … 52 For each API function that can lead to a driver call (more precisely, for each driver method call s… 55 …driver, call the API function with such parameters and verify that the driver method is not called. 64 * Expected errors (e.g. `PSA_ERROR_INVALID_SIGNATURE` from a signature verification method). 69 …tected at each stage (slot number allocation or validation, key creation method, storage accesses). 74 The following tests must be performed at least one for each key creation method (import, generate, … [all …]
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | psa_crypto_se.c | 182 psa_key_creation_method_t method, in psa_find_se_slot_for_key() argument 212 attributes, method, in psa_find_se_slot_for_key() 214 } else if (method == PSA_KEY_CREATION_REGISTER) { in psa_find_se_slot_for_key() 228 attributes, method, in psa_find_se_slot_for_key()
|
| A D | psa_crypto_se.h | 133 psa_key_creation_method_t method,
|
| A D | psa_crypto.c | 1750 psa_key_creation_method_t method, in psa_start_key_creation() argument 1759 (void) method; in psa_start_key_creation() 1818 status = psa_find_se_slot_for_key(attributes, method, *p_drv, in psa_start_key_creation() 1840 if (*p_drv == NULL && method == PSA_KEY_CREATION_REGISTER) { in psa_start_key_creation()
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_psa_crypto_se_driver_hal.function | 38 /** Like #TEST_ASSERT for use in a driver method, with no cleanup. 53 /** Like #TEST_ASSERT for use in a driver method, with cleanup. 124 psa_key_creation_method_t method; 134 psa_key_creation_method_t method, 142 DRIVER_ASSERT_RETURN(method == 143 validate_slot_number_directions.method); 161 (void) method; 414 (void) method; 431 psa_key_creation_method_t method, 437 (void) method; [all …]
|
| A D | test_suite_psa_crypto_se_driver_hal_mocks.function | 246 psa_key_creation_method_t method, 252 (void) method;
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | ccp.c | 826 go->method = (p > p0)? p0[0]: 0; in ccp_addci() 1126 ho->method = (len > 0)? p[0]: 0; in ccp_reqci() 1396 switch (opt->method) { in method_name() 1426 (opt->method == CI_DEFLATE_DRAFT? "(old#)": ""), in method_name() 1430 (opt->method == CI_DEFLATE_DRAFT? "(old#)": ""), in method_name() 1451 ppp_slprintf(result, sizeof(result), "Method %d", opt->method); in method_name() 1465 ccp_set(pcb, 1, 1, go->method, ho->method); in ccp_up() 1468 if (go->method == ho->method) { in ccp_up()
|
| /lib/ |
| A D | smbios.c | 947 const struct smbios_write_method *method; in write_smbios_table() local 949 method = &smbios_write_funcs[i]; in write_smbios_table() 951 if (method->subnode_name) { in write_smbios_table() 952 ctx.subnode_name = method->subnode_name; in write_smbios_table() 955 method->subnode_name); in write_smbios_table() 957 len += method->write((ulong *)&addr, handle++, &ctx); in write_smbios_table()
|
| A D | Kconfig | 102 Semihosting is a method for a target to communicate with a host 125 Semihosting is a method for a target to communicate with a host 338 bool "Support ACPI parking protocol method" 344 Say Y here to support "ACPI parking protocol" enable method
|
| /lib/mbedtls/external/mbedtls/ |
| A D | .pylintrc | 19 # No upper limit on method names. Pylint <2.1.0 has an upper limit of 30. 21 method-rgx=[a-z_][a-z0-9_]{2,}$
|
| /lib/lwip/lwip/src/include/netif/ppp/ |
| A D | ccp.h | 152 u8_t method; /* code for chosen compression method */ member
|
| /lib/mbedtls/external/mbedtls/include/psa/ |
| A D | crypto_se_driver.h | 902 psa_key_creation_method_t method, 948 psa_key_creation_method_t method,
|
| /lib/mbedtls/external/mbedtls/configs/ |
| A D | README.txt | 23 Note that the second method also works if you want to keep your custom
|
| /lib/lzma/ |
| A D | history.txt | 17 - PPMd compression method support 35 - LZMA2 compression method support
|
| A D | lzma.txt | 7 LZMA is default and general compression method of 7z format 54 methods.txt - Compression method IDs for .7z 174 with LZMA method. Benchmark shows rating in MIPS (million 193 For decompressing file compressed by LZMA method with dictionary 566 _7ZIP_PPMD_SUPPPORT - Define it if you don't want to support PPMD method in AMSI-C .7z decoder.
|
| /lib/efi_loader/ |
| A D | efi_net.c | 1642 efi_status_t efi_net_do_request(u8 *url, enum efi_http_method method, void **buffer, in efi_net_do_request() argument 1655 efi_wget_info.method = (enum wget_http_method)method; in efi_net_do_request() 1667 switch (method) { in efi_net_do_request()
|
| A D | efi_http.c | 238 current_method = token->message->data.request->method; in efi_http_request()
|
| /lib/zlib/ |
| A D | deflate.h | 103 Byte method; /* STORED (for zip only) or DEFLATED */ member
|
| A D | deflate.c | 209 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument 213 int method; 247 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED || 335 s->method = (Byte)method;
|
| /lib/efi_selftest/ |
| A D | efi_selftest_http.c | 145 request_data.method = HTTP_METHOD_GET; in execute()
|
| /lib/lwip/lwip/doc/ |
| A D | mdns.txt | 87 int txt_len). Example callback method:
|
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A D | psa-shared-memory.md | 134 …ill access buffers. Therefore the only possible protection at this layer method is to ensure that … 388 …on of copying, the simplest method of validation we can implement is careful code review. This is … 460 * Performance - Does the test method perform well? Will it cause significant slowdown to CI jobs?
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/ |
| A D | IANAifType-MIB | 521 "The encapsulation method used by a tunnel. The value
|
| A D | IANA-MAU-MIB | 49 detection (CSMA/CD) access method and physical layer
|
| /lib/mbedtls/external/mbedtls/docs/ |
| A D | psa-driver-example-and-guide.md | 3 … implemented. As a result, the deliverables for writing a driver and the method for integrating a …
|