Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.c122 static int blowfish_common_init_ctx(blowfish_ctx_t *,
309 rv = blowfish_common_init_ctx(blowfish_ctx, template, mechanism, in blowfish_common_init()
629 ret = blowfish_common_init_ctx(&blowfish_ctx, template, mechanism, in blowfish_encrypt_atomic()
716 ret = blowfish_common_init_ctx(&blowfish_ctx, template, mechanism, in blowfish_decrypt_atomic()
826 blowfish_common_init_ctx(blowfish_ctx_t *blowfish_ctx, in blowfish_common_init_ctx() function