Searched refs:Any (Results 1 – 16 of 16) sorted by relevance
/mbedtls-latest/scripts/ |
D | generate_driver_wrappers.py | 15 from typing import NewType, Dict, Any 102 def load_driver(schemas: Dict[str, Any], driver_file: str) -> Any: argument 113 def load_schemas(project_root: str) -> Dict[str, Any]:
|
D | min_requirements.py | 22 _list: List[typing.Any], argument
|
/mbedtls-latest/tests/suites/ |
D | test_suite_oid.data | 1 OID get Any Policy certificate policy 2 oid_get_certificate_policies:"551D2000":"Any Policy"
|
D | test_suite_x509parse.function | 24 0xFFFFFFFF, /* Any MD */ 25 0xFFFFFFFF, /* Any PK alg */ 26 0xFFFFFFFF, /* Any curve */ 40 0xFFFFFFFF, /* Any PK alg */ 41 0xFFFFFFFF, /* Any curve */ 58 0xFFFFFFFF, /* Any PK alg */ 59 0xFFFFFFFF, /* Any curve */
|
D | test_suite_psa_crypto_metadata.function | 527 /* Any failure of this test function comes from
|
D | test_suite_x509parse.data | 143 …RSA key size \: 2048 bits\nbasic constraints \: CA=true\ncertificate policies \: Any Policy\n" 147 …nEC key size \: 384 bits\nbasic constraints \: CA=true\ncertificate policies \: Any Policy\n" 151 …RSA key size \: 2048 bits\nbasic constraints \: CA=true\ncertificate policies \: Any Policy\n" 155 …nEC key size \: 384 bits\nbasic constraints \: CA=true\ncertificate policies \: Any Policy\n" 159 …ey size \: 2048 bits\nbasic constraints \: CA=true\ncertificate policies \: ???, Any Policy\n" 163 …ey size \: 384 bits\nbasic constraints \: CA=true\ncertificate policies \: ???, Any Policy\n"
|
/mbedtls-latest/docs/architecture/ |
D | mbed-crypto-storage-specification.md | 10 1. Any change may break existing installations and may require an upgrade path. 62 * Any trailing data is rejected on load. 213 * Any trailing data is rejected on load. 276 * Any trailing data is rejected on load. 336 * Any trailing data is rejected on load. 427 * Any trailing data is rejected on load.
|
D | psa-shared-memory.md | 13 …thub.io/psa-api/crypto/1.1/overview/conventions.html#output-buffer-sizes). Any other data is assum… 49 * Any of `enc("PPPP")+mac("PPPP")`, `enc("PPQQ")+mac("PPQQ")` or `enc("QQQQ")+mac("QQQQ")` are vali… 154 * Any parsing of formatted data has a high risk of [read-read inconsistency](#read-read-inconsisten… 161 * Any input or output directly related to asymmetric cryptography (signature, encryption/decryption… 217 …* Any input or output from asymmetric cryptography (signature, encryption/decryption, key exchange… 256 * Any test hooks need only be added in one place. 259 * Any complexity needed to prevent the compiler optimizing copies away does not have to be duplicat…
|
D | tls13-support.md | 394 stage is optional. Any processing that must be done before the parsing of the 420 Any processing that must be done before the writing of the message or that can
|
/mbedtls-latest/docs/architecture/psa-thread-safety/ |
D | psa-thread-safety.md | 60 > - Any call where the same key identifier is a parameter to the call. 61 > - Any call in a multi-part operation, where the same key identifier was used as a parameter t… 163 …is currently accessing the slot, and no information is stored in the slot. Any thread is able to c…
|
/mbedtls-latest/ |
D | CONTRIBUTING.md | 47 1. Any change to the library which changes the API or ABI cannot be backported.
|
D | README.md | 77 Any of the following methods are available to generate the configuration-independent files:
|
D | LICENSE | 387 except as expressly provided under this License. Any attempt
|
D | ChangeLog | 2958 * Add the Any Policy certificate policy oid, as defined in 2973 RFC 5280 section 4.2.1.4. Currently, only the "Any Policy" policy is
|
/mbedtls-latest/docs/ |
D | psa-driver-example-and-guide.md | 84 * `PSA_ERROR_XXX`: Any other PSA error code, see API documentation
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-interface.md | 539 * Any other error is a fatal error.
|