Go to the source code of this file.
|
| | CHECK_RETVAL_ENUM (CRYPT_FORMAT) |
| |
| CHECK_RETVAL | STDC_NONNULL_ARG ((2)) |
| |
| C_RET | cryptImportKeyEx (C_IN void C_PTR encryptedKey, C_IN int encryptedKeyLength, C_IN CRYPT_CONTEXT importKey, C_IN CRYPT_CONTEXT sessionKeyContext, C_OUT CRYPT_CONTEXT C_PTR returnedContext) |
| |
| C_RET | cryptImportKey (C_IN void C_PTR encryptedKey, C_IN int encryptedKeyLength, C_IN CRYPT_CONTEXT importKey, C_IN CRYPT_CONTEXT sessionKeyContext) |
| |
| C_RET | cryptExportKeyEx (C_OUT_OPT void C_PTR encryptedKey, C_IN int encryptedKeyMaxLength, C_OUT int C_PTR encryptedKeyLength, C_IN CRYPT_FORMAT_TYPE formatType, C_IN CRYPT_HANDLE exportKey, C_IN CRYPT_CONTEXT sessionKeyContext) |
| |
| C_RET | cryptExportKey (C_OUT_OPT void C_PTR encryptedKey, C_IN int encryptedKeyMaxLength, C_OUT int C_PTR encryptedKeyLength, C_IN CRYPT_HANDLE exportKey, C_IN CRYPT_CONTEXT sessionKeyContext) |
| |
| CHECK_RETVAL | STDC_NONNULL_ARG ((1)) |
| |
| CHECK_RETVAL | STDC_NONNULL_ARG ((3)) |
| |
| CHECK_RETVAL_ENUM |
( |
CRYPT_FORMAT |
| ) |
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 559 of file keyex.c.