Home
last modified time | relevance | path

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

/crypto/
Dwp512.c1003 static int wp512_update(struct shash_desc *desc, const u8 *source, in wp512_update() argument
1026 b = ((source[sourcePos] << sourceGap) & 0xff) | in wp512_update()
1027 ((source[sourcePos + 1] & 0xff) >> (8 - sourceGap)); in wp512_update()
1040 b = (source[sourcePos] << sourceGap) & 0xff; in wp512_update()
DKconfig11 source "crypto/async_tx/Kconfig"
1848 source "drivers/crypto/Kconfig"
1849 source "crypto/asymmetric_keys/Kconfig"
1850 source "certs/Kconfig"