Searched defs:basic (Results 1 – 4 of 4) sorted by relevance
18 pub mod basic; module
42 basic: FusionBasicClient, field
833 BASIC_CONSTRAINTS basic = { .ca = 0, .pathlen = nullptr }; // the 0 indicates that it is a CA variable867 BASIC_CONSTRAINTS basic = { .ca = 1, .pathlen = nullptr }; // the 1 indicates that it is a CA variable
220 napi_value basic = nullptr; in GetJsSecurityModeProperty() local