HomeSort by: relevance | last modified time | path
    Searched defs:hash_update (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/crypto/nist_hash_drbg/
nist_hash_drbg.c 86 #define hash_update SHA256_Update
223 hash_update(&ctx, (const uint8_t[]) {0x02}, 1);
224 hash_update(&ctx, D->V, sizeof D->V);
225 hash_update(&ctx, additional, additionallen);
239 hash_update(&ctx, (const uint8_t[]) {0x03}, 1);
240 hash_update(&ctx, D->V, sizeof D->V);
275 hash_update(&ctx, data, SEEDLEN_BYTES);
291 hash_update(&ctx, data, SEEDLEN_BYTES);
372 hash_update(&ctx, &counter, 1);
373 hash_update(&ctx, hbits, 4)
85 #define hash_update macro
    [all...]
nist_hash_drbg.c 86 #define hash_update SHA256_Update
223 hash_update(&ctx, (const uint8_t[]) {0x02}, 1);
224 hash_update(&ctx, D->V, sizeof D->V);
225 hash_update(&ctx, additional, additionallen);
239 hash_update(&ctx, (const uint8_t[]) {0x03}, 1);
240 hash_update(&ctx, D->V, sizeof D->V);
275 hash_update(&ctx, data, SEEDLEN_BYTES);
291 hash_update(&ctx, data, SEEDLEN_BYTES);
372 hash_update(&ctx, &counter, 1);
373 hash_update(&ctx, hbits, 4)
85 #define hash_update macro
    [all...]
nist_hash_drbg.c 86 #define hash_update SHA256_Update
223 hash_update(&ctx, (const uint8_t[]) {0x02}, 1);
224 hash_update(&ctx, D->V, sizeof D->V);
225 hash_update(&ctx, additional, additionallen);
239 hash_update(&ctx, (const uint8_t[]) {0x03}, 1);
240 hash_update(&ctx, D->V, sizeof D->V);
275 hash_update(&ctx, data, SEEDLEN_BYTES);
291 hash_update(&ctx, data, SEEDLEN_BYTES);
372 hash_update(&ctx, &counter, 1);
373 hash_update(&ctx, hbits, 4)
85 #define hash_update macro
    [all...]

Completed in 65 milliseconds