Skip to content

Commit

Permalink
Update for test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed May 10, 2024
1 parent c96b86a commit 1a35b89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/pkcs11_mbedtls_utest/core_pkcs11_mbedtls_utest.c
Original file line number Diff line number Diff line change
Expand Up @@ -3271,8 +3271,9 @@ void test_pkcs11_C_GetAttributeValueAttParsing( void )
* { CKR_OK, CKR_FUNCTION_FAILED } : Return value is CKR_FUNCTION_FAILED.
* { CKR_FUNCTION_FAILED, CKR_OK } : Return value is CKR_FUNCTION_FAILED and the
* second attribute is not returned in the implementation.
* { CKR_FUNCTION_FAILED, CKR_ATTRIBUTE_TYPE_INVALID } : Return value is CKR_FUNCTION_FAILED
* { CKR_ATTRIBUTE_TYPE_INVALID, CKR_FUNCTION_FAILED } : Return value is CKR_FUNCTION_FAILED
* { CKR_FUNCTION_FAILED, CKR_ATTRIBUTE_TYPE_INVALID } : Return value is CKR_FUNCTION_FAILED and the
* second attribute is not returned in the implementation.
* { CKR_ATTRIBUTE_TYPE_INVALID, CKR_FUNCTION_FAILED } : Return value is CKR_FUNCTION_FAILED.
*/
void test_pkcs11_C_GetAttributeValueMultipleAttParsing( void )
{
Expand Down

0 comments on commit 1a35b89

Please sign in to comment.