HomeSort by relevance Sort by last modified time
    Searched refs:in_group (Results 1 - 7 of 7) sorted by null

  /external/boringssl/src/tool/
ciphers.cc 49 bool in_group = SSL_CTX_cipher_in_group(ctx.get(), i); local
52 if (in_group && !last_in_group) {
61 if (!in_group && last_in_group) {
64 last_in_group = in_group;
  /external/epid-sdk/epid/common/math/src/
ecgroup.c 271 \param[out] in_group
279 bool* in_group) {
289 if (!g || !p_str || !p || !in_group) {
319 *in_group = true;
372 *in_group = (ippECValid == ec_result);
384 bool in_group = false; local
393 result = eccontains(g, p_str, strlen, p, &in_group);
397 if (in_group == false) {
776 bool* in_group) {
780 if (!g || !p_str || !in_group) {
    [all...]
pairing.c 347 bool in_group = true; local
427 EcInGroup(ps->ga, &first_val_str, sizeof(first_val_str), &in_group);
429 if (false == in_group) {
441 EcInGroup(ps->gb, &second_val_str, sizeof(second_val_str), &in_group);
443 if (false == in_group) {
    [all...]
  /external/boringssl/src/ssl/
ssl_cipher.cc 479 bool in_group; member in struct:cipher_order_st
723 co_list[co_list_num].in_group = false;
813 int strength_bits, bool in_group, CIPHER_ORDER **head_p,
883 curr->in_group = in_group;
892 curr->in_group = false;
902 curr->in_group = false;
979 bool multi, skip_rule, in_group = false, has_group = false; local
992 if (in_group) {
995 (*tail_p)->in_group = false
    [all...]
ssl_test.cc 434 bool in_group = false; local
439 if (!in_group && SSL_CTX_cipher_in_group(ctx, i)) {
441 in_group = true;
444 if (in_group) {
449 if (in_group && !SSL_CTX_cipher_in_group(ctx, i)) {
451 in_group = false;
    [all...]
  /external/epid-sdk/epid/common/math/
ecgroup.h 357 \param[out] in_group
365 bool* in_group);
  /external/epid-sdk/epid/common/math/unittests/
ecgroup-test.cc 1678 bool in_group; local
1687 bool in_group; local
1703 bool in_group; local
1715 bool in_group; local
1725 bool in_group; local
    [all...]

Completed in 1510 milliseconds