Home
last modified time | relevance | path

Searched refs:Update (Results 1 – 25 of 81) sorted by relevance

1234

/f-stack/freebsd/opencrypto/
H A Dxform_sha2.c72 .Update = SHA224Update_int,
84 .Update = SHA256Update_int,
96 .Update = SHA384Update_int,
108 .Update = SHA512Update_int,
121 .Update = SHA224Update_int,
133 .Update = SHA256Update_int,
145 .Update = SHA384Update_int,
157 .Update = SHA512Update_int,
H A Dxform_cbc_mac.c18 .Update = AES_CBC_MAC_Update,
31 .Update = AES_CBC_MAC_Update,
44 .Update = AES_CBC_MAC_Update,
H A Dxform_gmac.c77 .Update = AES_GMAC_Update,
91 .Update = AES_GMAC_Update,
105 .Update = AES_GMAC_Update,
H A Dcryptosoft.c342 axf->Update, &ctx); in swcr_authcompute()
350 axf->Update, &ctx); in swcr_authcompute()
428 axf->Update(&ctx, inblk, len); in swcr_gmac()
433 axf->Update(&ctx, blk, blksz); in swcr_gmac()
440 axf->Update(&ctx, blk, blksz); in swcr_gmac()
514 axf->Update(&ctx, blk, blksz); in swcr_gcm()
531 axf->Update(&ctx, inblk, len); in swcr_gcm()
536 axf->Update(&ctx, blk, blksz); in swcr_gcm()
579 axf->Update(&ctx, blk, resid); in swcr_gcm()
588 axf->Update(&ctx, blk, blksz); in swcr_gcm()
[all …]
H A Dxform_sha1.c68 .Update = SHA1Update_int,
81 .Update = SHA1Update_int,
H A Dxform_rmd160.c69 .Update = RMD160Update_int,
H A Dxform_auth.h62 int (*Update) (void *, const void *, u_int); member
H A Dxform_null.c89 .Update = null_update,
H A Dxform_poly1305.c89 .Update = xform_Poly1305_Update,
/f-stack/freebsd/contrib/zlib/
H A DChangeLog167 - Update make_vms.com [Zinser]
220 - Update python link in README
486 - Update zlib.map [Brown]
496 - Update examples/gun.c to 1.6
607 - Update make_vms.com [Zinser]
683 - Update make_vms.com [Zinser]
765 - Update INDEX file
780 - Update contrib/untgz [Truta]
834 - Update links in README
1027 - Update RFCs URL
[all …]
/f-stack/freebsd/crypto/openssl/
H A Dossl.c227 error = axf->Update(&ctx, crp->crp_aad, crp->crp_aad_length); in ossl_process()
230 crp->crp_aad_length, axf->Update, &ctx); in ossl_process()
235 crp->crp_payload_length, axf->Update, &ctx); in ossl_process()
243 axf->Update(&ctx, digest, axf->hashsize); in ossl_process()
H A Dossl_sha256.c105 .Update = HASH_UPDATE,
116 .Update = HASH_UPDATE,
H A Dossl_sha1.c72 .Update = HASH_UPDATE,
H A Dossl_sha512.c242 .Update = ossl_sha512_update,
253 .Update = ossl_sha512_update,
/f-stack/freebsd/crypto/via/
H A Dpadlock_hash.c89 .Update = padlock_sha_update,
101 .Update = padlock_sha_update,
293 axf->Update, &ctx); in padlock_authcompute()
299 crp->crp_payload_length, axf->Update, &ctx); in padlock_authcompute()
307 axf->Update(&ctx, hash, axf->hashsize); in padlock_authcompute()
/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutstate.c343 State->Update.Object = Object; in AcpiUtCreateUpdateState()
344 State->Update.Value = Action; in AcpiUtCreateUpdateState()
/f-stack/dpdk/examples/pipeline/examples/
H A Dvxlan.spec124 //Update h.outer_ipv4.total_len field.
127 //Update h.outer_ipv4.hdr_checksum field.
130 //Update h.outer_udp.length field.
/f-stack/freebsd/crypto/blake2/
H A Dblake2-sw.c93 .Update = blake2b_xform_update,
161 .Update = blake2s_xform_update,
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dast2500-facebook-netbmc-common.dtsi13 * Update reset type to "system" (full chip) to fix warm reboot hang issue
/f-stack/freebsd/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gxm-q200.dts25 label = "Update";
H A Dmeson-gxl-s905d-p230.dts25 label = "Update";
/f-stack/freebsd/contrib/device-tree/Bindings/power/reset/
H A Dsyscon-poweroff.yaml25 description: Update only the register bits defined by the mask (32 bit).
H A Dsyscon-reboot-mode.yaml26 description: Update only the register bits defined by the mask (32 bit)
/f-stack/freebsd/contrib/openzfs/.github/workflows/
H A Dzfs-tests.yml38 # Update order of directories to search for modules, otherwise
H A Dzloop.yml39 # Update order of directories to search for modules, otherwise

1234