| /freebsd-13.1/sys/opencrypto/ |
| H A D | xform_sha2.c | 73 .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 D | xform_cbc_mac.c | 19 .Final = AES_CBC_MAC_Final, 32 .Final = AES_CBC_MAC_Final, 45 .Final = AES_CBC_MAC_Final,
|
| H A D | xform_gmac.c | 78 .Final = AES_GMAC_Final, 92 .Final = AES_GMAC_Final, 106 .Final = AES_GMAC_Final,
|
| H A D | xform_sha1.c | 69 .Final = SHA1Final_int, 82 .Final = SHA1Final_int,
|
| H A D | xform_rmd160.c | 70 .Final = RMD160Final_int,
|
| H A D | xform_auth.h | 63 void (*Final) (uint8_t *, void *); member
|
| H A D | xform_null.c | 90 .Final = null_final,
|
| H A D | xform_poly1305.c | 71 .Final = xform_Poly1305_Final,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist_base.h | 43 node_base_type *Final = Last.getPrev(); in removeRangeImpl() local 49 Final->setNext(nullptr); in removeRangeImpl() 62 node_base_type &Final = *Last.getPrev(); in transferBeforeImpl() local 70 Final.setNext(&Next); in transferBeforeImpl() 73 Next.setPrev(&Final); in transferBeforeImpl()
|
| /freebsd-13.1/bin/sh/tests/builtins/ |
| H A D | local3.0 | 24 *a*) echo Final \$- bad 26 [ "$x" = 1 ] || echo Final \$x bad
|
| H A D | local2.0 | 16 *a*) echo Final \$- bad
|
| /freebsd-13.1/sys/crypto/openssl/ |
| H A D | ossl_sha256.c | 106 .Final = HASH_FINAL, 117 .Final = HASH_FINAL,
|
| H A D | ossl_sha1.c | 73 .Final = HASH_FINAL,
|
| H A D | ossl.c | 269 axf->Final(digest, &ctx); in ossl_process_hash() 278 axf->Final(digest, &ctx); in ossl_process_hash()
|
| H A D | ossl_sha512.c | 243 .Final = ossl_sha512_final, 254 .Final = ossl_sha512_final,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | InMemoryModuleCache.cpp | 20 return Final; in getPCMState() 52 return getPCMState(Filename) == Final; in isPCMFinal()
|
| /freebsd-13.1/sys/crypto/via/ |
| H A D | padlock_hash.c | 90 .Final = padlock_sha1_final, 102 .Final = padlock_sha256_final, 304 axf->Final(hash, &ctx); in padlock_authcompute() 308 axf->Final(hash, &ctx); in padlock_authcompute()
|
| /freebsd-13.1/sys/dev/glxsb/ |
| H A D | glxsb_hash.c | 84 axf->Final(hash, &ctx); in glxsb_authcompute() 88 axf->Final(hash, &ctx); in glxsb_authcompute()
|
| /freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| H A D | tst.clear.d.out | 15 Final aggregation data:
|
| H A D | tst.clearnormalize.d.out | 15 Final (normalized) aggregation data:
|
| H A D | tst.cleardenormalize.d.out | 15 Final (denormalized) aggregation data:
|
| /freebsd-13.1/sys/crypto/blake2/ |
| H A D | blake2-sw.c | 94 .Final = blake2b_xform_final, 162 .Final = blake2s_xform_final,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | InMemoryModuleCache.h | 57 enum State { Unknown, Tentative, ToBuild, Final }; enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 423 const SmallInstructionSet &Final, 427 const SmallInstructionSet &Final, 696 const SmallInstructionSet &Final, in collectInLoopUserSet() argument 704 if (!Final.count(I)) in collectInLoopUserSet() 722 !Final.count(Op)) in collectInLoopUserSet() 733 const SmallInstructionSet &Final, in collectInLoopUserSet() argument 736 collectInLoopUserSet(Root, Exclude, Final, Users); in collectInLoopUserSet()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCoroutine.cpp | 26 enum class AwaitKind { Init, Normal, Yield, Final }; enumerator 116 case AwaitKind::Final: in buildSuspendPrefixStr() 211 const bool IsFinalSuspend = (Kind == AwaitKind::Final); in emitSuspendExpression() 690 CurCoro.Data->CurrentAwaitKind = AwaitKind::Final; in EmitCoroutineBody()
|