HomeSort by relevance Sort by last modified time
    Searched defs:ikey (Results 1 - 8 of 8) sorted by null

  /external/openfst/src/include/fst/extensions/far/
extract.h 113 string ikey = far_reader->GetKey(); local
114 if (end_key < ikey) break;
116 FarWriteFst(&fst, ikey, &okey, &nrep, generate_filenames, i,
  /external/openssl/crypto/ocsp/
ocsp_lib.c 80 ASN1_BIT_STRING *ikey; local
94 ikey = X509_get0_pubkey_bitstr(issuer);
95 return OCSP_cert_id_new(dgst, iname, ikey, serial);
  /external/iproute2/ip/
link_gre.c 56 unsigned ikey = 0; local
101 ikey = *(__u32 *)RTA_DATA(greinfo[IFLA_GRE_IKEY]);
150 ikey = okey = uval;
151 } else if (!matches(*argv, "ikey")) {
160 fprintf(stderr, "invalid value of \"ikey\"\n");
165 ikey = uval;
241 if (!ikey && IN_MULTICAST(ntohl(daddr))) {
242 ikey = daddr;
254 addattr32(n, 1024, IFLA_GRE_IKEY, ikey);
337 fprintf(f, "ikey %s ", s2)
    [all...]
  /external/openssl/apps/
ocsp.c 959 ASN1_BIT_STRING *ikey; local
969 ikey = X509_get0_pubkey_bitstr(issuer);
976 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.c 1341 EVP_PKEY *ikey = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 324 u8 *ikey; local
325 ikey = os_malloc(hapd->conf->individual_wep_key_len);
326 if (ikey == NULL ||
327 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
331 os_free(ikey);
336 ikey, hapd->conf->individual_wep_key_len);
338 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey,
344 sta->addr, 0, 1, NULL, 0, ikey,
350 os_free(ikey);
    [all...]
  /system/vold/
cryptfs.c 551 static void pbkdf2(char *passwd, unsigned char *salt, unsigned char *ikey)
555 HASH_COUNT, KEY_LEN_BYTES+IV_LEN_BYTES, ikey);
562 unsigned char ikey[32+32] = { 0 }; /* Big enough to hold a 256 bit key and 256 bit IV */ local
567 pbkdf2(passwd, salt, ikey);
570 if (! EVP_EncryptInit(&e_ctx, EVP_aes_128_cbc(), ikey, ikey+KEY_LEN_BYTES)) {
599 unsigned char ikey[32+32] = { 0 }; /* Big enough to hold a 256 bit key and 256 bit IV */ local
604 pbkdf2(passwd, salt, ikey);
607 if (! EVP_DecryptInit(&d_ctx, EVP_aes_128_cbc(), ikey, ikey+KEY_LEN_BYTES))
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 1304 internal_key_type ikey = { FE->getSize(), FE->getModificationTime(), local
1332 internal_key_type ikey; local
    [all...]

Completed in 1198 milliseconds