Searched refs:section (Results 1 – 6 of 6) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | conf_api.h | 70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section); 72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section); 75 const char *section); 77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value); 78 char *_CONF_get_string(const CONF *conf, const char *section, 80 long _CONF_get_number(const CONF *conf, const char *section,
|
A D | ts.h | 737 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section); 738 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, 740 int TS_CONF_set_crypto_device(CONF *conf, const char *section, 743 int TS_CONF_set_signer_cert(CONF *conf, const char *section, 745 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, 747 int TS_CONF_set_signer_key(CONF *conf, const char *section, 750 int TS_CONF_set_def_policy(CONF *conf, const char *section, 752 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx); 753 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx); 755 int TS_CONF_set_clock_precision_digits(CONF *conf, const char *section, [all …]
|
A D | x509v3.h | 127 char *(*get_string) (void *db, char *section, char *value); 128 STACK_OF(CONF_VALUE) *(*get_section) (void *db, char *section); 130 void (*free_section) (void *db, STACK_OF(CONF_VALUE) *section); 616 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, 618 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, 620 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, 622 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, 631 char *section, X509 *cert); 633 char *section, X509_REQ *req); 635 char *section, X509_CRL *crl); [all …]
|
A D | conf.h | 75 char *section; member 130 const char *section); 169 const char *section);
|
/optee_test-3.20.0/host/xtest/ |
A D | regression_8000.c | 318 #define TEST_HKDF_DATA(section, algo, id, oeb /* omit empty bufs */) \ in xtest_test_derivation_hkdf() argument 320 section, algo, \ in xtest_test_derivation_hkdf() 574 #define TEST_PBKDF2_DATA(level, section, algo, id, oeb /* omit empty bufs */) \ in xtest_test_derivation_pbkdf2() argument 576 level, section, algo, \ in xtest_test_derivation_pbkdf2()
|
A D | LICENSE | 124 Thus, it is not the intent of this section to claim rights or contest 210 If any portion of this section is held invalid or unenforceable under 211 any particular circumstance, the balance of the section is intended to 212 apply and the section as a whole is intended to apply in other 215 It is not the purpose of this section to induce you to infringe any 217 such claims; this section has the sole purpose of protecting the 226 This section is intended to make thoroughly clear what is believed to
|
Completed in 12 milliseconds