Home
last modified time | relevance | path

Searched refs:use_separator (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/providers/implementations/kdfs/
Dkbkdf.c72 int use_separator; member
104 ctx->use_separator = 1; in init()
260 ctx->use_separator, key, keylen); in kbkdf_derive()
333 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->use_separator)) in kbkdf_set_ctx_params()
/third_party/openssl/test/
Devp_kdf_test.c1312 int use_separator = 0; in test_kdf_kbkdf_fixedinfo() local
1344 &use_separator); in test_kdf_kbkdf_fixedinfo()
/third_party/python/Objects/
Dunicodeobject.c9859 int use_separator = 0; /* First time through, don't append the in _PyUnicode_InsertThousandsGrouping() local
9900 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars; in _PyUnicode_InsertThousandsGrouping()
9906 use_separator ? thousands_sep : NULL, in _PyUnicode_InsertThousandsGrouping()
9910 use_separator = 1; in _PyUnicode_InsertThousandsGrouping()
9929 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars; in _PyUnicode_InsertThousandsGrouping()
9935 use_separator ? thousands_sep : NULL, in _PyUnicode_InsertThousandsGrouping()