/openbmc/linux/crypto/ |
H A D | shash.c | 24 static inline struct crypto_istat_hash *shash_get_stat(struct shash_alg *alg) in shash_get_stat() 29 static inline int crypto_shash_errstat(struct shash_alg *alg, int err) in crypto_shash_errstat() 44 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_setkey_unaligned() 62 static void shash_set_needkey(struct crypto_shash *tfm, struct shash_alg *alg) in shash_set_needkey() 71 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_setkey() 94 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_update_unaligned() 124 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_update() 144 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_final_unaligned() 171 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_final() 198 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_finup() [all …]
|
H A D | sm3_generic.c | 54 static struct shash_alg sm3_alg = {
|
/openbmc/linux/include/crypto/internal/ |
H A D | hash.h | 47 char head[offsetof(struct shash_alg, base)]; 50 struct shash_alg alg; 81 static inline bool crypto_shash_alg_has_setkey(struct shash_alg *alg) in crypto_shash_alg_has_setkey() 86 static inline bool crypto_shash_alg_needs_key(struct shash_alg *alg) in crypto_shash_alg_needs_key() 109 int crypto_register_shash(struct shash_alg *alg); 110 void crypto_unregister_shash(struct shash_alg *alg); 111 int crypto_register_shashes(struct shash_alg *algs, int count); 112 void crypto_unregister_shashes(struct shash_alg *algs, int count); 126 static inline struct shash_alg *crypto_spawn_shash_alg( in crypto_spawn_shash_alg()
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx.h | 186 extern struct shash_alg nx_shash_aes_xcbc_alg; 187 extern struct shash_alg nx_shash_sha512_alg; 188 extern struct shash_alg nx_shash_sha256_alg;
|
/openbmc/linux/arch/x86/crypto/ |
H A D | sha1_ssse3_glue.c | 96 static struct shash_alg sha1_ssse3_alg = { 145 static struct shash_alg sha1_avx_alg = { 227 static struct shash_alg sha1_avx2_alg = { 277 static struct shash_alg sha1_ni_alg = {
|
H A D | sha256_ssse3_glue.c | 110 static struct shash_alg sha256_ssse3_algs[] = { { 175 static struct shash_alg sha256_avx_algs[] = { { 251 static struct shash_alg sha256_avx2_algs[] = { { 326 static struct shash_alg sha256_ni_algs[] = { {
|
H A D | sha512_ssse3_glue.c | 100 static struct shash_alg sha512_ssse3_algs[] = { { 176 static struct shash_alg sha512_avx_algs[] = { { 242 static struct shash_alg sha512_avx2_algs[] = { {
|
H A D | nhpoly1305-sse2-glue.c | 37 static struct shash_alg nhpoly1305_alg = {
|
H A D | nhpoly1305-avx2-glue.c | 37 static struct shash_alg nhpoly1305_alg = {
|
/openbmc/linux/drivers/crypto/ |
H A D | padlock-sha.c | 221 static struct shash_alg sha1_alg = { 244 static struct shash_alg sha256_alg = { 457 static struct shash_alg sha1_alg_nano = { 475 static struct shash_alg sha256_alg_nano = { 503 struct shash_alg *sha1; in padlock_init() 504 struct shash_alg *sha256; in padlock_init()
|
/openbmc/linux/arch/s390/crypto/ |
H A D | sha3_256_s390.c | 69 static struct shash_alg sha3_256_alg = { 98 static struct shash_alg sha3_224_alg = {
|
H A D | sha3_512_s390.c | 76 static struct shash_alg sha3_512_alg = { 107 static struct shash_alg sha3_384_alg = {
|
H A D | sha256_s390.c | 61 static struct shash_alg sha256_alg = { 97 static struct shash_alg sha224_alg = {
|
H A D | sha512_s390.c | 66 static struct shash_alg sha512_alg = { 104 static struct shash_alg sha384_alg = {
|
/openbmc/linux/include/crypto/ |
H A D | hash.h | 225 struct shash_alg { struct 821 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg() 823 return container_of(alg, struct shash_alg, base); in __crypto_shash_alg() 826 static inline struct shash_alg *crypto_shash_alg(struct crypto_shash *tfm) in crypto_shash_alg()
|
/openbmc/linux/Documentation/crypto/ |
H A D | devel-algos.rst | 153 int crypto_register_shash(struct shash_alg *alg); 154 int crypto_register_shashes(struct shash_alg *algs, int count); 164 void crypto_unregister_shash(struct shash_alg *alg); 165 void crypto_unregister_shashes(struct shash_alg *algs, int count); 168 Cipher Definition With struct shash_alg and ahash_alg
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | sha512_glue.c | 116 static struct shash_alg sha512 = { 131 static struct shash_alg sha384 = {
|
H A D | sha256_glue.c | 128 static struct shash_alg sha256_alg = { 146 static struct shash_alg sha224_alg = {
|
/openbmc/linux/arch/arm/crypto/ |
H A D | sha512.h | 9 extern struct shash_alg sha512_neon_algs[2];
|
H A D | sha256_glue.h | 7 extern struct shash_alg sha256_neon_algs[2];
|
H A D | nhpoly1305-neon-glue.c | 37 static struct shash_alg nhpoly1305_alg = {
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sha256-glue.c | 68 static struct shash_alg algs[] = { { 148 static struct shash_alg neon_algs[] = { {
|
H A D | nhpoly1305-neon-glue.c | 37 static struct shash_alg nhpoly1305_alg = {
|
/openbmc/linux/drivers/crypto/xilinx/ |
H A D | zynqmp-sha.c | 30 struct shash_alg sha3_384; 50 struct shash_alg *alg = crypto_shash_alg(hash); in zynqmp_sha_init_tfm()
|
/openbmc/linux/drivers/crypto/vmx/ |
H A D | aesp8-ppc.h | 10 extern struct shash_alg p8_ghash_alg;
|