Home
last modified time | relevance | path

Searched refs:KeyPair (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.h47 } KeyPair; typedef
52 KeyPair *keypair;
63 KeyPair *keypairs;
H A Ddnscrypt.c813 KeyPair *current_keypair = &env->keypairs[keypair_id]; in dnsc_parse_keys()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-RSA.pod211 SP800-56Br1 I<KeyPair Validation check> for the OpenSSL FIPS provider. The
/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py287 class KeyPair(object): class
318 return KeyPair(pubkey, privkey)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14287 for (const auto &KeyPair : ParentsPairsToAdd) { in getSpillCost() local
14288 assert(!ParentOpParentToPreds.contains(KeyPair) && in getSpillCost()
14290 ParentOpParentToPreds.try_emplace(KeyPair, Res); in getSpillCost()