Searched refs:ke (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-dis.c864 const CGEN_KEYWORD_ENTRY *ke;
866 ke = cgen_keyword_lookup_value (keyword_table, value);
867 if (ke != NULL)
868 (*info->fprintf_func) (info->stream, "%s", ke->name);
862 const CGEN_KEYWORD_ENTRY *ke; local
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Dikev2_common.h298 const u8 *ke; member in struct:ikev2_payloads
H A Dikev2_common.c291 payloads->ke = pdata;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-isakmp.c667 "none", "sa", "p", "t", "ke", "id", "cert", "cr", "hash", /* 0 - 8 */
2175 struct ikev2_ke ke; local
2180 UNALIGNED_MEMCPY(&ke, ext, sizeof(ke));
2181 ikev2_pay_print(ndo, NPSTR(tpay), ke.h.critical);
2183 ND_PRINT((ndo," len=%u group=%s", ntohs(ke.h.len) - 8,
2184 STR_OR_ID(ntohs(ke.ke_group), dh_p_map)));
2186 if (2 < ndo->ndo_vflag && 8 < ntohs(ke.h.len)) {
2188 if (!rawprint(ndo, (const uint8_t *)(k + 1), ntohs(ke.h.len) - 8))
2191 return (const u_char *)ext + ntohs(ke
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A DMakefile.am417 data/test-ke-only.crt \
418 data/test-ke-only.key \
H A DMakefile.in748 data/test-ke-only.crt \
749 data/test-ke-only.key \
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.h214 u8 ke[DPP_MAX_HASH_LEN]; member in struct:dpp_authentication
H A Ddpp.c1576 static int dpp_derive_ke(struct dpp_authentication *auth, u8 *ke, argument
1590 "DPP: Mx/Nx not available - cannot derive ke");
1594 /* ke = HKDF(I-nonce | R-nonce, "DPP Key", M.x | N.x [| L.x]) */
1609 "DPP: Lx not available - cannot derive ke");
1624 res = dpp_hkdf_expand(hash_len, prk, hash_len, info_ke, ke, hash_len);
1629 wpa_hexdump_key(MSG_DEBUG, "DPP: ke = HKDF-Expand(PRK, info, L)",
1630 ke, hash_len);
1913 /* Wrapped data ({R-nonce, I-nonce, R-capabilities, {R-auth}ke}k2) */
1975 /* {R-auth}ke */
2381 /* { E-nonce, configAttrib }ke */
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dikev2.c447 ikev2_process_kei(data, pl->ke, pl->ke_len) < 0 ||
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Dikev2.c486 ikev2_process_ker(data, pl->ke, pl->ke_len) < 0 ||
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3654 for (unsigned k = 0, ke = Pat->getNumTypes(); k != ke; ++k) {

Completed in 228 milliseconds

12