Searched refs:aes_common_init (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c113 static int aes_common_init(crypto_ctx_t *, crypto_mechanism_t *,
340 return (aes_common_init(ctx, mechanism, key, template, req, B_TRUE));
347 return (aes_common_init(ctx, mechanism, key, template, req, B_FALSE));
356 aes_common_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, function

Completed in 48 milliseconds