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

  /external/ipsec-tools/src/racoon/
sainfo.h 67 int encklen; /* key length if encryption algorithm */ member in struct:sainfoalg
proposal.c 511 newtr->encklen = tr1->encklen;
614 if (tr1->encklen < tr2->encklen) {
618 tr2->encklen, tr1->encklen);
623 if (tr1->encklen != tr2->encklen) {
627 tr2->encklen, tr1->encklen);
    [all...]
proposal.h 101 int encklen; /* key length of encryption algorithm */ member in struct:satrns
remoteconf.h 142 int encklen; member in struct:isakmpsa
handler.c 1224 if (alg->encklen != approval->head->head->encklen) {
1234 if (alg->encklen > approval->head->head->encklen) {
1411 if (approval->encklen < p->encklen) {
1413 "Reload: encklen mismatch\n");
1435 if (approval->encklen != p->encklen) {
1437 "Reload: encklen mismatch\n")
    [all...]
cfparse.y 110 int encklen; /* for isakmp/ipsec */
    [all...]
ipsec_doi.c 375 plog(LLV_DEBUG, LOCATION, NULL, "(encklen = %d:%d)\n",
376 s->encklen, tsap->encklen);
404 tsap->encklen == s->encklen) {
735 sa->encklen = (u_int16_t)len;
    [all...]
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...]
pfkey.c 705 keylen_ealg(enctype, encklen)
707 int encklen;
711 res = alg_ipsec_encdef_keylen(enctype, encklen);
1084 sa_args.e_keylen = pr->head->encklen;
1372 sa_args.e_keylen = pr->head->encklen;
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
qcedev.h 111 uint32_t encklen; member in struct:qcedev_cipher_op_req
  /hardware/qcom/msm8x09/kernel-headers/linux/
qcedev.h 111 uint32_t encklen; member in struct:qcedev_cipher_op_req
  /cts/hostsidetests/security/securityPatch/CVE-2017-0576/
poc.c 92 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
  /hardware/qcom/msm8x09/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
  /external/ipsec-tools/
setup.c 75 p->encklen = length;
320 p->encklen = length;

Completed in 1009 milliseconds