Searched refs:_bash_init (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/libecc/src/hash/ |
H A D | bash512.c | 21 ret = _bash_init(ctx, BASH512_DIGEST_SIZE); EG(ret, err); in bash512_init()
|
H A D | bash224.c | 21 ret = _bash_init(ctx, BASH224_DIGEST_SIZE); EG(ret, err); in bash224_init()
|
H A D | bash384.c | 21 ret = _bash_init(ctx, BASH384_DIGEST_SIZE); EG(ret, err); in bash384_init()
|
H A D | bash256.c | 21 ret = _bash_init(ctx, BASH256_DIGEST_SIZE); EG(ret, err); in bash256_init()
|
H A D | bash.c | 23 int _bash_init(bash_context *ctx, u8 digest_size) in _bash_init() function
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | bash.h | 158 ATTRIBUTE_WARN_UNUSED_RET int _bash_init(bash_context *ctx, uint8_t digest_size);
|