Searched refs:GN (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/srp/
H A Dsrptest.c44 SRP_gN *GN = SRP_get_default_gN("1024"); local
46 if (GN == NULL) {
51 if (!SRP_create_verifier_BN(username, server_pass, &s, &v, GN->N, GN->g)) {
56 showbn("N", GN->N);
57 showbn("g", GN->g);
68 Bpub = SRP_Calc_B(b, GN->N, GN->g, v);
71 if (!SRP_Verify_B_mod_N(Bpub, GN->N)) {
83 Apub = SRP_Calc_A(a, GN
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h96 GlobalNumberState* GN)
97 : FnL(F1), FnR(F2), GlobalNumbers(GN) {}
95 FunctionComparator(const Function *F1, const Function *F2, GlobalNumberState* GN) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp201 friend raw_ostream &operator<< (raw_ostream &OS, const GepNode &GN);
220 raw_ostream &operator<< (raw_ostream &OS, const GepNode &GN) { argument
223 if (GN.Flags & GepNode::Root) {
227 if (GN.Flags & GepNode::Internal) {
233 if (GN.Flags & GepNode::Used) {
238 if (GN.Flags & GepNode::InBounds) {
244 if (GN.Flags & GepNode::Root)
245 OS << "BaseVal:" << GN.BaseVal->getName() << '(' << GN.BaseVal << ')';
247 OS << "Parent:" << GN
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dtls_srp.c269 SRP_gN *GN = SRP_get_default_gN(grp); local
270 if (GN == NULL)
272 s->srp_ctx.N = BN_dup(GN->N);
273 s->srp_ctx.g = BN_dup(GN->g);
283 (user, pass, &s->srp_ctx.s, &s->srp_ctx.v, GN->N, GN->g))
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.c2676 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN,
2679 gtk = gsm->GTK[gsm->GN - 1];
2693 hdr[0] = gsm->GN & 0x03;
3166 GTK[GN], IGTK, [FTIE], [TIE * 2])
3169 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, rsc);
3187 gtk = gsm->GTK[gsm->GN - 1];
3199 keyidx = gsm->GN;
3560 /* Send EAPOL(1, 1, 1, !Pair, G, RSC, GNonce, MIC(PTK), GTK[GN]) */
3563 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, rsc);
3567 gtk = gsm->GTK[gsm->GN
[all...]
H A Dwpa_auth_i.h177 int GN, GM; member in struct:wpa_group
H A Dwpa_auth_ft.c2198 os_memcpy(keybuf, gsm->GTK[gsm->GN - 1], key_len);
2204 key = gsm->GTK[gsm->GN - 1];
2218 WPA_PUT_LE16(&subelem[2], gsm->GN & 0x03);
2220 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, subelem + 5);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp725 const GlobalAddressSDNode *GN = cast<GlobalAddressSDNode>(Op); local
726 const GlobalValue *GV = GN->getGlobal();
727 SDLoc dl(GN);
728 int64_t Offset = GN->getOffset();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp214 FunctionNodeCmp(GlobalNumberState* GN) : GlobalNumbers(GN) {} argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp281 const GlobalAddressSDNode *GN = cast<GlobalAddressSDNode>(Op); local
282 const GlobalValue *GV = GN->getGlobal();
283 SDLoc DL(GN);
284 int64_t Offset = GN->getOffset();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4552 GlobalAddressSDNode *GN = cast<GlobalAddressSDNode>(Op); local
4553 const GlobalValue *GV = GN->getGlobal();
4563 return getGOT(GN, DAG, OpFlags);
4568 Result = getAddrLarge(GN, DAG, OpFlags);
4570 Result = getAddrTiny(GN, DAG, OpFlags);
4572 Result = getAddr(GN, DAG, OpFlags);
4575 SDLoc DL(GN);
12289 auto *GN = cast<GlobalAddressSDNode>(N); local
12290 if (Subtarget->ClassifyGlobalReference(GN->getGlobal(), TM) !=
12295 for (SDNode *N : GN
[all...]

Completed in 198 milliseconds