Asymmetric Cipher API - Generic

kcapi_akcipher_init — initialize cipher handle
kcapi_akcipher_destroy — close the cipher handle and release resources
kcapi_akcipher_setkey — set the private key for the cipher handle
kcapi_akcipher_setpubkey — set the public key for the cipher handle

API function calls used to invoke asymmetric ciphers.