Home
last modified time | relevance | path

Searched refs:userid (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/containers/userns/
H A Duserns05.c32 char userid[BUFSIZ]; in getusernsidbypid() local
37 SAFE_READLINK(path, userid, BUFSIZ); in getusernsidbypid()
39 if (sscanf(userid, "user:[%u]", &id) < 0) in getusernsidbypid()
/third_party/openssl/test/
H A Dsm2_internal_test.c303 const char *userid, in test_sm2_sign()
337 sig = ossl_sm2_do_sign(key, EVP_sm3(), (const uint8_t *)userid, in test_sm2_sign()
338 strlen(userid), (const uint8_t *)message, msg_len); in test_sm2_sign()
353 ok = ossl_sm2_do_verify(key, EVP_sm3(), sig, (const uint8_t *)userid, in test_sm2_sign()
354 strlen(userid), (const uint8_t *)message, msg_len); in test_sm2_sign()
302 test_sm2_sign(const EC_GROUP *group, const char *userid, const char *privkey_hex, const char *message, const char *k_hex, const char *r_hex, const char *s_hex) test_sm2_sign() argument
H A Dsslapitest.c7087 static int create_new_vfile(char *userid, char *password, const char *filename) in create_new_vfile() argument
7099 gNid = SRP_create_verifier_ex(userid, password, &row[DB_srpsalt], in create_new_vfile()
7116 row[DB_srpid] = OPENSSL_strdup(userid); in create_new_vfile()
7145 static int create_new_vbase(char *userid, char *password) in create_new_vbase() argument
7156 if (!TEST_true(SRP_create_verifier_BN_ex(userid, password, &salt, &verifier, in create_new_vbase()
7166 user_pwd->id = OPENSSL_strdup(userid); in create_new_vbase()
7200 char *userid = "test", *password = "password", *tstsrpfile; in test_srp() local
7210 if (!TEST_true(create_new_vbase(userid, password))) in test_srp()
7214 if (!TEST_true(create_new_vfile(userid, password, tmpfilename))) in test_srp()
7233 || !TEST_int_gt(SSL_CTX_set_srp_username(cctx, userid), in test_srp()
[all...]
/third_party/python/Lib/
H A Dftplib.py950 userid = passwd = acct = ''
959 userid, acct, passwd = netrcobj.authenticators(host)
964 ftp.login(userid, passwd, acct)
/third_party/eudev/test/
H A Dudev-test.pl1331 my $userid;
1337 $userid = int(getpwnam($1));
1339 $userid = $1;
1341 if ($uid != $userid) { $wrong = 1; }
/third_party/typescript/tests/baselines/reference/
H A DunderscoreTest1.js800 _.pick({ name: 'moe', age: 50, userid: 'moe1' }, 'name', 'age');
801 _.omit({ name: 'moe', age: 50, userid: 'moe1' }, 'userid');
1017 _.pick({ name: 'moe', age: 50, userid: 'moe1' }, 'name', 'age');
1018 _.omit({ name: 'moe', age: 50, userid: 'moe1' }, 'userid');

Completed in 15 milliseconds