/third_party/mbedtls/tests/scripts/ |
H A D | gen_ctr_drbg.pl | 39 sub get_val($) subroutine 71 my $Count = get_val("COUNT"); 72 my $EntropyInput = get_val("EntropyInput"); 73 my $Nonce = get_val("Nonce"); 74 my $PersonalizationString = get_val("PersonalizationString"); 75 my $AdditionalInput1 = get_val("AdditionalInput"); 76 my $EntropyInputPR1 = get_val("EntropyInputPR") if ($PredictionResistance == 1); 77 my $EntropyInputReseed = get_val("EntropyInputReseed") if ($PredictionResistance == 0); 78 my $AdditionalInputReseed = get_val("AdditionalInputReseed") if ($PredictionResistance == 0); 79 my $AdditionalInput2 = get_val("AdditionalInpu [all...] |
H A D | gen_gcm_encrypt.pl | 42 sub get_val($) subroutine 71 my $Count = get_val("Count"); 72 my $key = get_val("Key"); 73 my $pt = get_val("PT"); 74 my $add = get_val("AAD"); 75 my $iv = get_val("IV"); 76 my $ct = get_val("CT"); 77 my $tag = get_val("Tag");
|
H A D | gen_pkcs1_v21_sign_verify.pl | 24 sub get_val($$) subroutine 59 $val_n = get_val("RSA modulus n", "N"); 60 $val_e = get_val("RSA public exponent e", "E"); 61 $val_p = get_val("Prime p", "P"); 62 $val_q = get_val("Prime q", "Q"); 66 my $val_m = get_val("Message to be", "M"); 67 my $val_salt = get_val("Salt", "Salt"); 68 my $val_sig = get_val("Signature", "Sig");
|
H A D | gen_gcm_decrypt.pl | 42 sub get_val($) subroutine 88 my $Count = get_val("Count"); 89 my $key = get_val("Key"); 90 my $iv = get_val("IV"); 91 my $ct = get_val("CT"); 92 my $add = get_val("AAD"); 93 my $tag = get_val("Tag");
|
/third_party/musl/libc-test/src/functional/ |
H A D | dl_multithread_lock.c | 159 int(* get_val)(void) = dlsym(g_init_handler, "getVal"); in dlopen_dlclose_test005() 160 if (get_val == NULL) { in dlopen_dlclose_test005() 163 if (get_val != NULL && get_val() != 1) { in dlopen_dlclose_test005() 164 t_error("This val after init should be 1, but %d\n", get_val()); in dlopen_dlclose_test005() 264 int(* get_val)(void) = dlsym(g_init_handler, "getVal"); in dl_multithread_lock_0200() 265 if (get_val == NULL) { in dl_multithread_lock_0200() 268 if (get_val != NULL && get_val() != 1) { in dl_multithread_lock_0200() 269 t_error("This val after init should be 1, but %d\n", get_val()); in dl_multithread_lock_0200() [all...] |
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
H A D | prctl03.c | 43 int get_val; in check_get_subreaper() local 45 TEST(prctl(PR_GET_CHILD_SUBREAPER, &get_val)); in check_get_subreaper() 51 if (get_val == exp_val) { in check_get_subreaper() 53 get_val); in check_get_subreaper() 56 get_val, exp_val); in check_get_subreaper()
|
/third_party/ltp/testcases/lib/ |
H A D | tst_checkpoint.c | 22 static int get_val(const char *name, const char *arg, unsigned int *val) in get_val() function 60 if (get_val("NR_WAKE", argv[4], &nr_wake)) in main() 68 if (get_val("TIMEOUT", argv[2], &timeout) in main() 69 || get_val("ID", argv[3], &id)) { in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | vsscanf.c | 60 char get_val[100]; in vsscanf_0200() local 61 int result = get_return_vaule("value 123 info", "%s %s", &buffer, &get_val); in vsscanf_0200() 68 if (strcmp(get_val, "123") != 0) { in vsscanf_0200() 69 t_error("%s vsscanf get is %s are not 123\n", __func__, get_val); in vsscanf_0200()
|
/third_party/ffmpeg/libavcodec/ |
H A D | get_bits.h | 259 static inline uint64_t get_val(GetBitContext *s, unsigned n, int is_le) in get_val() function 396 tmp = get_val(s, n, 1); in get_bits() 398 tmp = get_val(s, n, 0); in get_bits() 430 return get_val(s, n, 1); 509 return get_val(s, 1, 1); 511 return get_val(s, 1, 0);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | xml-utils.c | 192 static char * get_val(struct xml_node_ctx *ctx, xml_node_t *node) in get_val() function 248 val = get_val(ctx, node); in node_to_tnds()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | xml-utils.c | 192 static char * get_val(struct xml_node_ctx *ctx, xml_node_t *node) in get_val() function 248 val = get_val(ctx, node); in node_to_tnds()
|
/third_party/backends/backend/ |
H A D | snapscan-scsi.c | 1125 static double get_val (u_char *p, SANE_Int len, SANE_Int x) in get_val() function 1137 v = get_val (p, len, i); in sum_pixel_differences() 1138 m = get_val (p, len, i+1); in sum_pixel_differences()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder-impl.h | 3603 void InitMerge(Merge<Value>* merge, uint32_t arity, func get_val) { in InitMerge() argument 3606 merge->vals.first = get_val(0); in InitMerge() 3610 merge->vals.array[i] = get_val(i); in InitMerge()
|