Searched refs:use_separator (Results 1 – 3 of 3) sorted by relevance
72 int use_separator; member104 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()
1312 int use_separator = 0; in test_kdf_kbkdf_fixedinfo() local1344 &use_separator); in test_kdf_kbkdf_fixedinfo()
9859 int use_separator = 0; /* First time through, don't append the in _PyUnicode_InsertThousandsGrouping() local9900 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()