Home
last modified time | relevance | path

Searched refs:crypt_s390_kimd (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/s390/crypto/
Dsha_common.c38 ret = crypt_s390_kimd(ctx->func, ctx->state, ctx->buf, bsize); in s390_sha_update()
48 ret = crypt_s390_kimd(ctx->func, ctx->state, data, in s390_sha_update()
92 ret = crypt_s390_kimd(ctx->func, ctx->state, ctx->buf, end); in s390_sha_final()
Dghash_s390.c74 ret = crypt_s390_kimd(KIMD_GHASH, dctx, buf, in ghash_update()
83 ret = crypt_s390_kimd(KIMD_GHASH, dctx, src, n); in ghash_update()
108 ret = crypt_s390_kimd(KIMD_GHASH, dctx, buf, GHASH_BLOCK_SIZE); in ghash_flush()
Dcrypt_s390.h239 static inline int crypt_s390_kimd(long func, void *param, in crypt_s390_kimd() function
441 ret = crypt_s390_kimd(KIMD_QUERY, &status, NULL, 0); in crypt_s390_func_available()
Dprng.c138 if (crypt_s390_kimd(KIMD_SHA_256, h, in generate_entropy()