Searched refs:keychunk_size (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/crypto/io/ |
H A D | rsa.c | 84 size_t keychunk_size; member 93 size_t keychunk_size; member 509 if ((rv = crypto_copy_key_to_ctx(key, &ctxp->key, &ctxp->keychunk_size, in rsa_common_init() 572 bzero(ctxp->key, ctxp->keychunk_size); in rsa_free_context() 573 kmem_free(ctxp->key, ctxp->keychunk_size); in rsa_free_context() 880 if ((rv = crypto_copy_key_to_ctx(key, &ctxp->key, &ctxp->keychunk_size, in rsa_sign_verify_common_init()
|
H A D | ecc.c | 85 size_t keychunk_size; member 95 size_t keychunk_size; member 450 bzero(ctxp->key, ctxp->keychunk_size); in ecc_free_context() 451 kmem_free(ctxp->key, ctxp->keychunk_size); in ecc_free_context() 516 if ((rv = crypto_copy_key_to_ctx(key, &ctxp->key, &ctxp->keychunk_size, in ecc_sign_verify_common_init()
|