Searched refs:final (Results 1 – 12 of 12) sorted by relevance
| /third_party/ulib/jemalloc/test/unit/ |
| A D | hash.c | 67 VARIABLE_ARRAY(uint8_t, final, hashbytes); in hash_variant_verify_key() 73 memset(final, 0, hashbytes); in hash_variant_verify_key() 105 memcpy(final, &out, sizeof(out)); in hash_variant_verify_key() 110 memcpy(final, out, sizeof(out)); in hash_variant_verify_key() 115 memcpy(final, out, sizeof(out)); in hash_variant_verify_key() 120 computed = (final[0] << 0) | (final[1] << 8) | (final[2] << 16) | in hash_variant_verify_key() 121 (final[3] << 24); in hash_variant_verify_key()
|
| /third_party/ulib/uboringssl/crypto/fipsmodule/digest/ |
| A D | digests.c | 96 out->final = md4_final; in DEFINE_METHOD_FUNCTION() 120 out->final = md5_final; in DEFINE_METHOD_FUNCTION() 144 out->final = sha1_final; in DEFINE_METHOD_FUNCTION() 168 out->final = sha224_final; in DEFINE_METHOD_FUNCTION() 192 out->final = sha256_final; in DEFINE_METHOD_FUNCTION() 216 out->final = sha384_final; in DEFINE_METHOD_FUNCTION() 240 out->final = sha512_final; in DEFINE_METHOD_FUNCTION() 275 out->final = md5_sha1_final; in DEFINE_METHOD_FUNCTION()
|
| A D | internal.h | 85 void (*final)(EVP_MD_CTX *ctx, uint8_t *out); member
|
| A D | digest.c | 207 ctx->digest->final(ctx, md_out); in EVP_DigestFinal_ex()
|
| /third_party/ulib/uboringssl/crypto/fipsmodule/cipher/ |
| A D | cipher.c | 379 assert(b <= sizeof(ctx->final)); in EVP_DecryptUpdate() 382 OPENSSL_memcpy(out, ctx->final, b); in EVP_DecryptUpdate() 398 OPENSSL_memcpy(ctx->final, &out[*out_len], b); in EVP_DecryptUpdate() 440 assert(b <= sizeof(ctx->final)); in EVP_DecryptFinal_ex() 444 n = ctx->final[b - 1]; in EVP_DecryptFinal_ex() 451 if (ctx->final[--b] != n) { in EVP_DecryptFinal_ex() 459 out[i] = ctx->final[i]; in EVP_DecryptFinal_ex()
|
| /third_party/ulib/cryptolib/include/lib/crypto/ |
| A D | cryptolib.h | 57 const uint8_t* (* const final)(struct clHASH_CTX*); member 72 #define clHASH_final(ctx) (ctx)->f->final(ctx)
|
| /third_party/ulib/musl/third_party/tre/ |
| A D | tre.h | 152 tre_tnfa_transition_t* final; member
|
| A D | regexec.c | 256 if (reach_next_i->state == tnfa->final) { in tre_tnfa_run_parallel() 354 if (reach_next_i->state == tnfa->final && in tre_tnfa_run_parallel() 374 if (trans_i->state == tnfa->final) { in tre_tnfa_run_parallel() 646 if (state == tnfa->final) { in tre_tnfa_run_backtrack()
|
| A D | regcomp.c | 2611 tnfa->final = transitions + offs[tree->lastpos[0].position]; in regcomp()
|
| /third_party/ulib/uboringssl/include/openssl/ |
| A D | cipher.h | 521 uint8_t final[EVP_MAX_BLOCK_LENGTH]; // possible final block member
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 2878 to ensure that the final binary output files are always copied up to the 2952 does not invoke them, and reportedly never will. The final nail in the 3686 final 15905 3. Bug fix for source EOF without final linefeed. 16064 The so-called "third pass parse" has been replaced by a final walk
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 5812 // final package, PKG2, has 4 elements and the SizeOf operator is expected
|
Completed in 45 milliseconds