cryptomgmtlibs/cryptotokenfw/inc/securitydefs.inl
changeset 33 cf642210ecb7
parent 8 35751d3474b7
equal deleted inserted replaced
29:ece3df019add 33:cf642210ecb7
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 /**
       
    19  @file 
       
    20  @publishedAll
       
    21  @released
       
    22 */
       
    23 
    18 
    24 
    19 /**
    25 /**
    20  @file
    26  * 
    21  @publishedAll
    27  * 
    22  @released
    28  * @param aLeft
    23  
    29  * @param aRight
    24  
    30  * @return
    25  
       
    26  @param aLeft
       
    27  @param aRight
       
    28  @return
       
    29  
       
    30 */
    31 */
    31 inline TKeyUsagePKCS15 operator|(TKeyUsagePKCS15 aLeft, TKeyUsagePKCS15 aRight)
    32 inline TKeyUsagePKCS15 operator|(TKeyUsagePKCS15 aLeft, TKeyUsagePKCS15 aRight)
    32 	{
    33 	{
    33 	return static_cast<TKeyUsagePKCS15>(static_cast<TUint>(aLeft) | static_cast<TUint>(aRight));
    34 	return static_cast<TKeyUsagePKCS15>(static_cast<TUint>(aLeft) | static_cast<TUint>(aRight));
    34 	}
    35 	}