| /src/crypto/external/bsd/netpgp/dist/src/libdigest/ |
| digest.h | 73 SHA1_CTX sha1ctx; /* SHA1 */ member in union:digest_t::__anon1069
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| digest.h | 63 NETPGPV_SHA1_CTX sha1ctx; /* SHA1 */ member in union:digest_t::__anon1080
|
| /src/sys/dev/marvell/ |
| mvcesa.c | 259 SHA1_CTX sha1ctx; local 274 SHA1Init(&sha1ctx); 275 SHA1Update(&sha1ctx, c->cri_key, klen_bytes); 276 SHA1Update(&sha1ctx, hmac_ipad_buffer, 278 memcpy(ses->ses_hminner, sha1ctx.state, 279 sizeof(sha1ctx.state)); 293 SHA1Init(&sha1ctx); 294 SHA1Update(&sha1ctx, c->cri_key, klen_bytes); 295 SHA1Update(&sha1ctx, hmac_opad_buffer, 297 memcpy(ses->ses_hmouter, sha1ctx.state [all...] |
| /src/sys/opencrypto/ |
| cryptosoft.c | 53 SHA1_CTX sha1ctx; member in union:authctx
|
| /src/sys/dev/pci/ |
| ubsec.c | 961 SHA1_CTX sha1ctx; local 1061 SHA1Init(&sha1ctx); 1062 SHA1Update(&sha1ctx, macini->cri_key, 1064 SHA1Update(&sha1ctx, hmac_ipad_buffer, 1066 memcpy(ses->ses_hminner, sha1ctx.state, 1067 sizeof(sha1ctx.state)); 1082 SHA1Init(&sha1ctx); 1083 SHA1Update(&sha1ctx, macini->cri_key, 1085 SHA1Update(&sha1ctx, hmac_opad_buffer, 1087 memcpy(ses->ses_hmouter, sha1ctx.state [all...] |
| /src/sys/netinet/ |
| ip_carp.c | 263 SHA1_CTX sha1ctx; local 285 memcpy(&sha1ctx, &sc->sc_sha1, sizeof(sha1ctx)); 286 SHA1Final((unsigned char *)kmd, &sha1ctx); 351 SHA1_CTX sha1ctx; local 354 memcpy(&sha1ctx, &sc->sc_sha1, sizeof(sha1ctx)); 356 SHA1Update(&sha1ctx, (void *)counter, sizeof(sc->sc_counter)); 357 SHA1Final(md, &sha1ctx); 360 SHA1Init(&sha1ctx); [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_mtree.c | 160 archive_sha1_ctx sha1ctx; member in struct:mtree_writer 1521 if (archive_sha1_init(&mtree->sha1ctx) == ARCHIVE_OK) 1583 archive_sha1_update(&mtree->sha1ctx, buff, n); 1638 archive_sha1_final(&mtree->sha1ctx, reg->digest.sha1);
|
| archive_write_set_format_xar.c | 155 archive_sha1_ctx sha1ctx; member in struct:chksumwork 2622 archive_sha1_init(&(sumwrk->sha1ctx)); 2638 archive_sha1_update(&(sumwrk->sha1ctx), buff, size); 2655 archive_sha1_final(&(sumwrk->sha1ctx), sumval->val);
|
| archive_read_support_format_xar.c | 135 archive_sha1_ctx sha1ctx; member in struct:chksumwork 1373 archive_sha1_init(&(sumwrk->sha1ctx)); 1389 archive_sha1_update(&(sumwrk->sha1ctx), buff, size); 1407 archive_sha1_final(&(sumwrk->sha1ctx), sum);
|