Searched defs:bs (Results 1 – 8 of 8) sorted by relevance
| /arch/s390/crypto/ |
| A D | hmac_s390.c | 53 #define SHA2_CV_SIZE(bs) ((bs) >> 1) argument 54 #define SHA2_IMBL_SIZE(bs) ((bs) >> 3) argument 56 #define SHA2_IMBL_OFFSET(bs) (SHA2_CV_SIZE(bs)) argument 57 #define SHA2_KEY_OFFSET(bs) (SHA2_CV_SIZE(bs) + SHA2_IMBL_SIZE(bs)) argument 172 unsigned int bs = crypto_shash_blocksize(tfm); in s390_hmac_sha2_setkey() local 187 unsigned int bs = crypto_shash_blocksize(desc->tfm); in s390_hmac_sha2_init() local 219 unsigned int bs = crypto_shash_blocksize(desc->tfm); in s390_hmac_sha2_update() local 236 unsigned int bs = crypto_shash_blocksize(desc->tfm); in s390_hmac_sha2_finup() local 275 unsigned int bs; in s390_hmac_export_zero() local 291 unsigned int bs = crypto_shash_blocksize(desc->tfm); in s390_hmac_export() local [all …]
|
| A D | phmac_s390.c | 110 #define SHA2_CV_SIZE(bs) ((bs) >> 1) argument 111 #define SHA2_IMBL_SIZE(bs) ((bs) >> 3) argument 113 #define SHA2_IMBL_OFFSET(bs) (SHA2_CV_SIZE(bs)) argument 114 #define SHA2_KEY_OFFSET(bs) (SHA2_CV_SIZE(bs) + SHA2_IMBL_SIZE(bs)) argument 400 unsigned int bs = crypto_ahash_blocksize(tfm); in phmac_kmac_update() local 513 unsigned int bs = crypto_ahash_blocksize(tfm); in phmac_kmac_final() local 556 unsigned int bs = crypto_ahash_blocksize(tfm); in phmac_init() local 734 unsigned int bs = crypto_ahash_blocksize(tfm); in phmac_setkey() local
|
| /arch/arm64/crypto/ |
| A D | sha3-ce-glue.c | 39 unsigned int bs, ds; in sha3_update() local 65 unsigned int bs, ds; in sha3_finup() local
|
| /arch/mips/txx9/generic/ |
| A D | mem_tx4927.c | 43 unsigned int bs = 0; in tx4927_process_sdccr() local
|
| /arch/powerpc/include/asm/ |
| A D | bitops.h | 48 #define PPC_BITMASK(bs, be) ((PPC_BIT(bs) - PPC_BIT(be)) | PPC_BIT(bs)) argument 56 #define PPC_BITMASK32(bs, be) ((PPC_BIT32(bs) - PPC_BIT32(be))|PPC_BIT32(bs)) argument 60 #define PPC_BITMASK8(bs, be) ((PPC_BIT8(bs) - PPC_BIT8(be))|PPC_BIT8(bs)) argument
|
| /arch/powerpc/lib/ |
| A D | rheap.c | 158 unsigned long s, e, bs, be; in attach_free_block() local 374 unsigned long s, e, m, bs, be; in rh_detach_region() local 531 unsigned long s, e, m, bs = 0, be = 0; in rh_alloc_fixed() local
|
| /arch/s390/include/asm/ |
| A D | eadm.h | 47 u16 bs:4; member
|
| A D | ap.h | 108 unsigned int bs : 2; /* SE bind/assoc */ member
|
Completed in 24 milliseconds