/external/marisa-trie/tests/ |
unit-test.cc | 202 marisa::Key<marisa::RString> rkey; local 204 ASSERT(rkey.str().length() == 0); 205 ASSERT(rkey.weight() == 0.0); 206 ASSERT(rkey.id() == 0); 207 ASSERT(rkey.terminal() == 0); 209 rkey.set_str(marisa::RString(str)); 210 rkey.set_weight(4.0); 211 rkey.set_id(5); 212 rkey.set_terminal(6); 214 ASSERT(rkey.str() == marisa::RString(str)) [all...] |
/external/marisa-trie/v0_1_5/tests/ |
unit-test.cc | 205 marisa_alpha::Key<marisa_alpha::RString> rkey; local 207 ASSERT(rkey.str().length() == 0); 208 ASSERT(rkey.weight() == 0.0); 209 ASSERT(rkey.id() == 0); 210 ASSERT(rkey.terminal() == 0); 212 rkey.set_str(marisa_alpha::RString(str)); 213 rkey.set_weight(4.0); 214 rkey.set_id(5); 215 rkey.set_terminal(6); 217 ASSERT(rkey.str() == marisa_alpha::RString(str)) [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
ocsp.c | 108 X509 *ca, X509 *rcert, EVP_PKEY *rkey, 142 EVP_PKEY *key = NULL, *rkey = NULL; local 543 else if (!strcmp(*args, "-rkey")) 613 BIO_printf (bio_err, "-rkey file responder key to sign responses with\n"); 677 rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, 0, NULL, NULL, 679 if (!rkey) 749 if (ridx_filename && (!rkey || !rsigner || !rca_cert)) 764 i = make_ocsp_response(&resp, req, rdb, rca_cert, rsigner, rkey, rother, rflags, nmin, ndays); 905 EVP_PKEY_free(rkey); 1054 X509 *ca, X509 *rcert, EVP_PKEY *rkey, [all...] |
/external/openssl/apps/ |
ocsp.c | 108 X509 *ca, X509 *rcert, EVP_PKEY *rkey, 142 EVP_PKEY *key = NULL, *rkey = NULL; local 543 else if (!strcmp(*args, "-rkey")) 613 BIO_printf (bio_err, "-rkey file responder key to sign responses with\n"); 677 rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, 0, NULL, NULL, 679 if (!rkey) 749 if (ridx_filename && (!rkey || !rsigner || !rca_cert)) 764 i = make_ocsp_response(&resp, req, rdb, rca_cert, rsigner, rkey, rother, rflags, nmin, ndays); 905 EVP_PKEY_free(rkey); 1054 X509 *ca, X509 *rcert, EVP_PKEY *rkey, [all...] |
/external/wpa_supplicant_8/src/ap/ |
wpa_auth.c | 289 u8 rkey[32]; local 304 if (random_get_bytes(rkey, sizeof(rkey)) < 0) 307 if (sha1_prf(rkey, sizeof(rkey), "Init Counter", buf, sizeof(buf), [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_ndis.c | 918 NDIS_802_11_REMOVE_KEY rkey; local 922 os_memset(&rkey, 0, sizeof(rkey)); 924 rkey.Length = sizeof(rkey); 925 rkey.KeyIndex = key_idx; 927 rkey.KeyIndex |= 1 << 30; 928 os_memcpy(rkey.BSSID, bssid, ETH_ALEN); 930 res = ndis_set_oid(drv, OID_802_11_REMOVE_KEY, (char *) &rkey, 931 sizeof(rkey)); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
reiserfs_fs.h | 1357 int rkey[MAX_HEIGHT]; \/* substitute r for l in comment above *\/ member in struct:tree_balance [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
reiserfs_fs.h | 1357 int rkey[MAX_HEIGHT]; \/* substitute r for l in comment above *\/ member in struct:tree_balance [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
reiserfs_fs.h | 1357 int rkey[MAX_HEIGHT]; \/* substitute r for l in comment above *\/ member in struct:tree_balance [all...] |