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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c85 size_t keychunk_size; member in struct:ecc_ctx
95 size_t keychunk_size; member in struct:digest_ecc_ctx
450 bzero(ctxp->key, ctxp->keychunk_size);
451 kmem_free(ctxp->key, ctxp->keychunk_size);
516 if ((rv = crypto_copy_key_to_ctx(key, &ctxp->key, &ctxp->keychunk_size,
H A Drsa.c84 size_t keychunk_size; member in struct:rsa_ctx
93 size_t keychunk_size; member in struct:digest_rsa_ctx
509 if ((rv = crypto_copy_key_to_ctx(key, &ctxp->key, &ctxp->keychunk_size,
572 bzero(ctxp->key, ctxp->keychunk_size);
573 kmem_free(ctxp->key, ctxp->keychunk_size);
880 if ((rv = crypto_copy_key_to_ctx(key, &ctxp->key, &ctxp->keychunk_size,

Completed in 63 milliseconds