Home
last modified time | relevance | path

Searched refs:use_separator (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A 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/providers/implementations/kdfs/
H A 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/
H A 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/
H A Dunicodeobject.c9532 int use_separator = 0; /* First time through, don't append the in _PyUnicode_InsertThousandsGrouping() local
9573 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars; in _PyUnicode_InsertThousandsGrouping()
9579 use_separator ? thousands_sep : NULL, in _PyUnicode_InsertThousandsGrouping()
9583 use_separator = 1; in _PyUnicode_InsertThousandsGrouping()
9602 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars; in _PyUnicode_InsertThousandsGrouping()
9608 use_separator ? thousands_sep : NULL, in _PyUnicode_InsertThousandsGrouping()

Completed in 23 milliseconds