Searched refs:buf_un (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/sha1/ |
| H A D | sha1.c | 148 SHA1_TRANSFORM(ctx, ctx->buf_un.buf8); in SHA1Update() 368 bcopy(blk, ctx->buf_un.buf32, sizeof (ctx->buf_un.buf32)); 369 w_15 = LOAD_BIG_32(ctx->buf_un.buf32 + 15); 370 w_14 = LOAD_BIG_32(ctx->buf_un.buf32 + 14); 371 w_13 = LOAD_BIG_32(ctx->buf_un.buf32 + 13); 372 w_12 = LOAD_BIG_32(ctx->buf_un.buf32 + 12); 373 w_11 = LOAD_BIG_32(ctx->buf_un.buf32 + 11); 374 w_10 = LOAD_BIG_32(ctx->buf_un.buf32 + 10); 375 w_9 = LOAD_BIG_32(ctx->buf_un.buf32 + 9); 376 w_8 = LOAD_BIG_32(ctx->buf_un.buf32 + 8); [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/sha1/ |
| H A D | sha1.h | 48 } buf_un; member
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | sha2.h | 86 } buf_un; member
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | sha2.h | 86 } buf_un; member
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/ |
| H A D | sha2.c | 193 bcopy(blk, ctx->buf_un.buf32, sizeof (ctx->buf_un.buf32)); in SHA256Transform() 194 blk = (uint8_t *)ctx->buf_un.buf32; in SHA256Transform() 409 bcopy(blk, ctx->buf_un.buf64, sizeof (ctx->buf_un.buf64)); in SHA512Transform() 410 blk = (uint8_t *)ctx->buf_un.buf64; in SHA512Transform() 833 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len); in SHA2Update() 835 SHA256Transform(ctx, ctx->buf_un.buf8); in SHA2Update() 837 SHA512Transform(ctx, ctx->buf_un.buf8); in SHA2Update() 887 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i); in SHA2Update()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 3662 …<var-decl name='buf_un' type-id='type-id-265' visibility='default' filepath='../../lib/libspl/incl…
|