Home
last modified time | relevance | path

Searched refs:set_random (Results 1 – 5 of 5) sorted by relevance

/third_party/toybox/kconfig/
Dconf.c28 set_random enumerator
89 case set_random: in conf_askvalue()
153 case set_random: in conf_askvalue()
373 case set_random: in conf_choice()
530 input_mode = set_random; in main()
574 case set_random: in main()
584 case set_random: name = "allrandom.config"; break; in main()
/third_party/openssl/crypto/cmp/
Dcmp_hdr.c140 static int set_random(ASN1_OCTET_STRING **tgt, OSSL_CMP_CTX *ctx, size_t len) in set_random() function
276 if (!set_random(&ctx->transactionID, ctx, in ossl_cmp_hdr_set_transactionID()
352 if (!set_random(&hdr->senderNonce, ctx, OSSL_CMP_SENDERNONCE_LENGTH)) in ossl_cmp_hdr_init()
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_hdr.c140 static int set_random(ASN1_OCTET_STRING **tgt, OSSL_CMP_CTX *ctx, size_t len) in set_random() function
276 if (!set_random(&ctx->transactionID, ctx, in ossl_cmp_hdr_set_transactionID()
352 if (!set_random(&hdr->senderNonce, ctx, OSSL_CMP_SENDERNONCE_LENGTH)) in ossl_cmp_hdr_init()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout.cc1925 c.set_random (lookups[table_index][i].random); in apply()
Dhb-ot-layout-gsubgpos.hh660 void set_random (bool random_) { random = random_; } in set_random() function