Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/corecrypto/
H A Dccdigest_update.c42 size_t nblocks, nbytes; in ccdigest_update() local
H A Dccsha256_ltc_compress.c82 ccsha256_ltc_compress(ccdigest_state_t state, size_t nblocks, const void *in) in ccsha256_ltc_compress()
/xnu-8020.140.41/tests/
H A Dprng.c20 size_t nblocks = buf_size / BLOCK_SIZE; in prng_sanitycheck() local
/xnu-8020.140.41/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-8020.140.41/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h42 CC_INLINE int ccecb_update(const struct ccmode_ecb *mode, const ccecb_ctx *ctx, size_t nblocks, con… in ccecb_update()
48 ccecb_one_shot(const struct ccmode_ecb *mode, size_t key_len, const void *key, size_t nblocks, cons… in ccecb_one_shot()
107 …_update(const struct ccmode_cbc *mode, cccbc_ctx *ctx, cccbc_iv *iv, size_t nblocks, const void *i… in cccbc_update()
389 ccxts_update(const struct ccmode_xts *mode, ccxts_ctx *ctx, ccxts_tweak *tweak, size_t nblocks, con… in ccxts_update()
901 ccomac_update(const struct ccmode_omac *mode, ccomac_ctx *ctx, size_t nblocks, const void *tweak, c… in ccomac_update()
911 size_t nblocks, in ccomac_one_shot()
/xnu-8020.140.41/tools/tests/perf_index/
H A Dmd5.c37 md5_compress(uint32_t *state, unsigned long nblocks, const void *in) in md5_compress()
/xnu-8020.140.41/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