|
pure virtual |
This method retrieves the cipher algorthm to be used with the key (e.g., CIPHER_AES_CTR [counter mode], CIPHER_BF_CFB [blowfish Cipher Feedback])
| pState | [IN] pointer to a P6CRYPTOCIPHER variable. |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | Object is in an incorrect state. |
| P6R::eInvalidArg | pCipher is NULL. | |
| P6R::eNotFound | The requested meta data is not defined |