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

  /external/openssl/crypto/rc4/asm/
rc4-s390x.pl 142 $ikey="%r7";
160 lghi $ikey,-256
166 llgc $acc,2+256($ikey,$key)
169 la $ikey,1($ikey)
173 tml $ikey,255
175 stc $dat,2+256-1($ikey,$key)
  /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/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/bluetooth/glib/tests/
hash-test.c 393 gpointer ikey, ivalue; local
422 g_assert (g_hash_table_iter_next (&iter, &ikey, &ivalue));
424 handle_pair (ikey, ivalue, result_array);
429 g_assert (! g_hash_table_iter_next (&iter, &ikey, &ivalue));
  /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 1345 EVP_PKEY *ikey = NULL; local
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 408 milliseconds