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

  /external/ipsec-tools/src/racoon/
sainfo.h 67 int encklen; /* key length if encryption algorithm */ member in struct:sainfoalg
proposal.h 101 int encklen; /* key length of encryption algorithm */ member in struct:satrns
remoteconf.h 142 int encklen; member in struct:isakmpsa
oakley.c 489 int encklen, authklen, l; local
539 encklen = authklen = 0;
544 tr->encklen);
545 if (l > encklen)
546 encklen = l;
563 plog(LLV_DEBUG, LOCATION, NULL, "encklen=%d authklen=%d\n",
564 encklen, authklen);
566 dupkeymat = (encklen + authklen) / 8 / res->l;
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
qcedev.h 111 uint32_t encklen; member in struct:qcedev_cipher_op_req
  /hardware/qcom/msm8996/original-kernel-headers/linux/
qcedev.h 148 * @encklen (IN): Length of the encryption key(set to 128 bits/16
176 * key paramters (encklen, enckey) to use the hardware key.
177 * In order to use the hardware key, set encklen to 0 and set the enckey
190 uint32_t encklen; member in struct:qcedev_cipher_op_req

Completed in 837 milliseconds