Searched refs:Final (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-13-stable/sys/opencrypto/
H A Dxform_cbc_mac.c19 .Final = AES_CBC_MAC_Final,
32 .Final = AES_CBC_MAC_Final,
45 .Final = AES_CBC_MAC_Final,
H A Dxform_sha2.c73 .Final = (void (*)(uint8_t *, void *)) SHA224_Final,
85 .Final = (void (*)(uint8_t *, void *)) SHA256_Final,
97 .Final = (void (*)(uint8_t *, void *)) SHA384_Final,
109 .Final = (void (*)(uint8_t *, void *)) SHA512_Final,
122 .Final = (void (*)(uint8_t *, void *)) SHA224_Final,
134 .Final = (void (*)(uint8_t *, void *)) SHA256_Final,
146 .Final = (void (*)(uint8_t *, void *)) SHA384_Final,
158 .Final = (void (*)(uint8_t *, void *)) SHA512_Final,
H A Dxform_sha1.c69 .Final = SHA1Final_int,
82 .Final = SHA1Final_int,
H A Dxform_gmac.c78 .Final = AES_GMAC_Final,
92 .Final = AES_GMAC_Final,
106 .Final = AES_GMAC_Final,
H A Dxform_rmd160.c70 .Final = RMD160Final_int,
H A Dxform_auth.h63 void (*Final) (uint8_t *, void *); member in struct:auth_hash
H A Dxform_null.c90 .Final = null_final,
H A Dxform_poly1305.c90 .Final = xform_Poly1305_Final,
H A Dcryptosoft.c360 axf->Final(aalg, &ctx);
364 axf->Final(aalg, &ctx);
443 axf->Final(tag, &ctx);
591 axf->Final(tag, &ctx);
683 axf->Final(tag, &ctx);
813 axf->Final(tag, &ctx);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_base.h43 node_base_type *Final = Last.getPrev(); local
49 Final->setNext(nullptr);
62 node_base_type &Final = *Last.getPrev(); local
68 // Splice [First, Final] into its new list/position.
70 Final.setNext(&Next);
73 Next.setPrev(&Final);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp20 return Final;
52 return getPCMState(Filename) == Final;
/freebsd-13-stable/sys/crypto/openssl/
H A Dossl_sha256.c106 .Final = HASH_FINAL,
117 .Final = HASH_FINAL,
H A Dossl_sha1.c73 .Final = HASH_FINAL,
H A Dossl.c239 axf->Final(digest, &ctx);
244 axf->Final(digest, &ctx);
H A Dossl_sha512.c243 .Final = ossl_sha512_final,
254 .Final = ossl_sha512_final,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h55 /// 4. Final: indicating that the current PCM was either built in this
57 enum State { Unknown, Tentative, ToBuild, Final }; enumerator in enum:clang::InMemoryModuleCache::State
78 /// Try to remove a buffer from the cache. No effect if state is Final.
80 /// \pre state is Tentative/Final.
81 /// \post Tentative => ToBuild or Final => Final.
87 /// \pre state is Tentative or Final.
88 /// \post state is Final.
96 /// \return true iff state is Final.
/freebsd-13-stable/sys/dev/glxsb/
H A Dglxsb_hash.c84 axf->Final(hash, &ctx);
88 axf->Final(hash, &ctx);
/freebsd-13-stable/sys/crypto/blake2/
H A Dblake2-sw.c94 .Final = blake2b_xform_final,
162 .Final = blake2s_xform_final,
/freebsd-13-stable/contrib/xz/src/liblzma/check/
H A Dcheck.h167 LZMA_SHA256FUNC(Final)(check->buffer.u8, &check->state.sha256);
/freebsd-13-stable/sys/crypto/via/
H A Dpadlock_hash.c90 .Final = padlock_sha1_final,
102 .Final = padlock_sha256_final,
304 axf->Final(hash, &ctx);
308 axf->Final(hash, &ctx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h205 bool resolve(const ForeachLoop &Loop, SubstStack &Stack, bool Final,
208 bool Final, std::vector<RecordsEntry> *Dest,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp413 const SmallInstructionSet &Final,
417 const SmallInstructionSet &Final,
686 const SmallInstructionSet &Final,
694 if (!Final.count(I))
713 !Final.count(Op))
724 const SmallInstructionSet &Final,
727 collectInLoopUserSet(Root, Exclude, Final, Users);
684 collectInLoopUserSet( Instruction *Root, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
721 collectInLoopUserSet( const SmallInstructionVector &Roots, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h494 void setCoroutineSuspends(Stmt *Initial, Stmt *Final) { argument
495 assert(Initial && Final && "suspend points cannot be null");
499 CoroutineSuspends.second = Final;
/freebsd-13-stable/sys/contrib/openzfs/module/icp/io/
H A Dskein_mod.c319 * Performs a Final on a context and writes to a uio digest output.
347 SKEIN_OP(ctx, Final,
359 SKEIN_OP(ctx, Final, digest_tmp);
491 * Performs a skein Final, writing the output to `digest'. This is used both
512 SKEIN_OP(SKEIN_CTX(ctx), Final, local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp26 enum class AwaitKind { Init, Normal, Yield, Final };
116 case AwaitKind::Final:
211 const bool IsFinalSuspend = (Kind == AwaitKind::Final);
677 CurCoro.Data->CurrentAwaitKind = AwaitKind::Final;

Completed in 121 milliseconds

12