Searched refs:crypt_s390_kimd (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/s390/crypto/ |
D | sha_common.c | 38 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()
|
D | ghash_s390.c | 74 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()
|
D | crypt_s390.h | 239 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()
|
D | prng.c | 138 if (crypt_s390_kimd(KIMD_SHA_256, h, in generate_entropy()
|