| Cryptographic Token Interface Standard |
PKCS#11 |
Data Fields | |
| CK_MECHANISM_TYPE | hashAlg |
| mechanism ID of the message digest algorithm used to calculate the digest of the encoding parameter. More... | |
| CK_RSA_PKCS_MGF_TYPE | mgf |
| mask generation function to use on the encoded block. More... | |
| CK_RSA_PKCS_OAEP_SOURCE_TYPE | source |
| source of the encoding parameter. More... | |
| CK_VOID_PTR | pSourceData |
| data used as the input for the encoding parameter source. More... | |
| CK_ULONG | ulSourceDataLen |
| length of the encoding parameter source input. More... | |
| hashAlg | mechanism ID of the message digest algorithm used to calculate the digest of the encoding parameter |
| mgf | mask generation function to use on the encoded block |
| source | source of the encoding parameter |
| pSourceData | data used as the input for the encoding parameter source |
| ulSourceDataLen | length of the encoding parameter source input |
CK_RSA_PKCS_OAEP_PARAMS_PTR is a pointer to a CK_RSA_PKCS_OAEP_PARAMS.
|
|
mechanism ID of the message digest algorithm used to calculate the digest of the encoding parameter. |
|
|
mask generation function to use on the encoded block. |
|
|
source of the encoding parameter. |
|
|
data used as the input for the encoding parameter source. |
|
|
length of the encoding parameter source input. |