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

  /cts/hostsidetests/security/securityPatch/Bug-36591162/
poc.c 56 uint32_t authklen; member in struct:qcedev_sha_op_req
76 arg.authklen = 16;
77 char *key = malloc(arg.authklen);
  /hardware/qcom/msm8996/kernel-headers/linux/
qcedev.h 130 uint32_t authklen; member in struct:qcedev_sha_op_req
  /hardware/qcom/msm8x09/kernel-headers/linux/
qcedev.h 130 uint32_t authklen; member in struct:qcedev_sha_op_req
  /hardware/qcom/msm8996/original-kernel-headers/linux/
qcedev.h 207 * @authklen (IN): Size of the authentication key
217 uint32_t authklen; member in struct:qcedev_sha_op_req
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
qcedev.h 207 * @authklen (IN): Size of the authentication key
217 uint32_t authklen; member in struct:qcedev_sha_op_req
  /external/ipsec-tools/src/racoon/
oakley.c 489 int encklen, authklen, l; local
539 encklen = authklen = 0;
549 if (l > authklen)
550 authklen = l;
556 if (l > authklen)
557 authklen = l;
563 plog(LLV_DEBUG, LOCATION, NULL, "encklen=%d authklen=%d\n",
564 encklen, authklen);
566 dupkeymat = (encklen + authklen) / 8 / res->l;
    [all...]

Completed in 125 milliseconds