Home
last modified time | relevance | path

Searched refs:make_clrkey_token (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/crypto/
H A Dpaes_s390.c114 static inline u32 make_clrkey_token(const u8 *ck, size_t cklen, u8 *dest) in make_clrkey_token() function
151 ctx->keylen = make_clrkey_token(key, keylen, ctx->keybuf); in paes_ctx_setkey()
180 ctx->keylen = make_clrkey_token(key, cklen, ctx->keybuf); in pxts_ctx_setkey()
181 ctx->keylen += make_clrkey_token(key + cklen, cklen, in pxts_ctx_setkey()
H A Dphmac_s390.c263 static inline int make_clrkey_token(const u8 *clrkey, size_t clrkeylen, in make_clrkey_token() function
787 rc = make_clrkey_token(key, keylen, ds, tmpkey); in phmac_setkey()