Home
last modified time | relevance | path

Searched defs:nblocks (Results 1 – 8 of 8) sorted by relevance

/xnu-8792.41.9/osfmk/corecrypto/
H A Dccdigest_update.c46 size_t nblocks, nbytes; in ccdigest_update() local
H A Dccsha256_ltc_compress.c83 ccsha256_ltc_compress(ccdigest_state_t state, size_t nblocks, const void *in) in ccsha256_ltc_compress()
/xnu-8792.41.9/tests/
H A Dprng.c20 size_t nblocks = buf_size / BLOCK_SIZE; in prng_sanitycheck() local
/xnu-8792.41.9/bsd/net/
H A Dflowhash.c185 const u_int32_t nblocks = len / 4; in net_flowhash_mh3_x86_32() local
244 const u_int32_t nblocks = len / 16; in net_flowhash_mh3_x64_128() local
/xnu-8792.41.9/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h47 CC_INLINE int ccecb_update(const struct ccmode_ecb *mode, const ccecb_ctx *ctx, size_t nblocks, con… in ccecb_update()
53 ccecb_one_shot(const struct ccmode_ecb *mode, size_t key_len, const void *key, size_t nblocks, cons… in ccecb_one_shot()
119 …_update(const struct ccmode_cbc *mode, cccbc_ctx *ctx, cccbc_iv *iv, size_t nblocks, const void *c… in cccbc_update()
401 ccxts_update(const struct ccmode_xts *mode, ccxts_ctx *ctx, ccxts_tweak *tweak, size_t nblocks, con… in ccxts_update()
1063 ccomac_update(const struct ccmode_omac *mode, ccomac_ctx *ctx, size_t nblocks, const void *tweak, c… in ccomac_update()
1073 size_t nblocks, in ccomac_one_shot()
/xnu-8792.41.9/tools/tests/perf_index/
H A Dmd5.c37 md5_compress(uint32_t *state, unsigned long nblocks, const void *in) in md5_compress()
/xnu-8792.41.9/bsd/kern/
H A Dsubr_log_stream.c208 blocks_size(size_t nblocks) in blocks_size()
/xnu-8792.41.9/bsd/nfs/gss/
H A Dgss_krb5_mech.c569 size_t nblocks; in do_crypt() local
948 size_t nblocks = (ksize + 8 * blocksize - 1) / (8 * blocksize); in krb5_key_derivation() local