Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 34) sorted by relevance

12

/lib/mbedtls/external/mbedtls/docs/architecture/testing/
A Ddriver-interface-test-strategy.md39 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 Dpsa_crypto_se.c182 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 Dpsa_crypto_se.h133 psa_key_creation_method_t method,
A Dpsa_crypto.c1750 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 Dtest_suite_psa_crypto_se_driver_hal.function38 /** 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 Dtest_suite_psa_crypto_se_driver_hal_mocks.function246 psa_key_creation_method_t method,
252 (void) method;
/lib/lwip/lwip/src/netif/ppp/
A Dccp.c826 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 Dsmbios.c947 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 DKconfig102 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.pylintrc19 # 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 Dccp.h152 u8_t method; /* code for chosen compression method */ member
/lib/mbedtls/external/mbedtls/include/psa/
A Dcrypto_se_driver.h902 psa_key_creation_method_t method,
948 psa_key_creation_method_t method,
/lib/mbedtls/external/mbedtls/configs/
A DREADME.txt23 Note that the second method also works if you want to keep your custom
/lib/lzma/
A Dhistory.txt17 - PPMd compression method support
35 - LZMA2 compression method support
A Dlzma.txt7 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 Defi_net.c1642 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 Defi_http.c238 current_method = token->message->data.request->method; in efi_http_request()
/lib/zlib/
A Ddeflate.h103 Byte method; /* STORED (for zip only) or DEFLATED */ member
A Ddeflate.c209 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 Defi_selftest_http.c145 request_data.method = HTTP_METHOD_GET; in execute()
/lib/lwip/lwip/doc/
A Dmdns.txt87 int txt_len). Example callback method:
/lib/mbedtls/external/mbedtls/docs/architecture/
A Dpsa-shared-memory.md134 …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 DIANAifType-MIB521 "The encapsulation method used by a tunnel. The value
A DIANA-MAU-MIB49 detection (CSMA/CD) access method and physical layer
/lib/mbedtls/external/mbedtls/docs/
A Dpsa-driver-example-and-guide.md3 … implemented. As a result, the deliverables for writing a driver and the method for integrating a …

Completed in 71 milliseconds

12