Lines Matching refs:symKey

56 +	HCRYPTKEY	symKey
158 + PK11SymKey* symKey
228 +XMLSEC_CRYPTO_EXPORT xmlSecKeyDataPtr xmlSecNssSymKeyDataKeyAdopt( PK11SymKey* symKey ) ;
566 + HCRYPTKEY symKey
955 + PK11SymKey* symKey
962 + xmlSecAssert2( symKey != NULL , -1 ) ;
975 + data = xmlSecNssSymKeyDataKeyAdopt( symKey ) ;
1519 + PK11SymKey* symKey ;
1523 + symKey = PK11_ListFixedKeysInSlot( slot , ( char* )name , NULL ) ;
1524 + for( curKey = symKey ; curKey != NULL ; curKey = PK11_GetNextSymKey( curKey ) ) {
1542 + for( curKey = symKey ; curKey != NULL ; ) {
1543 + symKey = curKey ;
1544 + curKey = PK11_GetNextSymKey( symKey ) ;
1545 + PK11_FreeSymKey( symKey ) ;
2577 + PK11SymKey* symKey ,
2596 + xmlSecAssert2( symKey != NULL , -1 ) ;
2620 + symKey, secParam);
3611 + PK11SymKey* symKey
3616 + xmlSecAssert2( symKey != NULL , NULL ) ;
3618 + mechanism = PK11_GetMechanism( symKey ) ;
3655 + if( xmlSecNssSymKeyDataAdoptKey( data , symKey ) < 0 ) {
3814 + PK11SymKey* symKey ;
3886 + symKey = PK11_ImportSymKey(slot, ctx->cipher, PK11_OriginGenerated, CKA_VALUE, &keyItem, NULL …
3887 + if( symKey == NULL ) {
3901 + /* raw key material has been copied into symKey, it isn't used any more */
3905 + ret = xmlSecNssSymKeyDataAdoptKey(data, symKey);
3912 + PK11_FreeSymKey( symKey ) ;
3916 + /* symKey has been duplicated into data, it isn't used any more */
3917 + PK11_FreeSymKey( symKey ) ;
3948 + PK11SymKey* symKey ;
3958 + symKey = xmlSecNssSymKeyDataGetKey(xmlSecKeyGetValue(key));
3959 + if( symKey != NULL ) {
3964 + if( PK11_ExtractKeyValue( symKey ) != SECSuccess ) {
3970 + PK11_FreeSymKey( symKey ) ;
3974 + /* Get raw key data from "symKey" */
3975 + keyItem = PK11_GetKeyData( symKey ) ;
3982 + PK11_FreeSymKey( symKey ) ;
3994 + PK11_FreeSymKey( symKey ) ;
4008 + PK11_FreeSymKey( symKey ) ;
4012 + PK11_FreeSymKey( symKey ) ;
4023 + PK11SymKey* symKey ;
4068 + symKey = PK11_ImportSymKey(slot, ctx->cipher, PK11_OriginGenerated, CKA_VALUE, &keyItem, NULL …
4069 + if( symKey == NULL ) {
4081 + ret = xmlSecNssSymKeyDataAdoptKey(data, symKey);
4088 + PK11_FreeSymKey( symKey ) ;
4093 + /* symKey has been duplicated into data, it isn't used any more */
4094 + PK11_FreeSymKey( symKey ) ;
4127 + PK11SymKey* symKey ;
4136 + symKey = xmlSecNssSymKeyDataGetKey(xmlSecKeyGetValue(key));
4137 + if( symKey != NULL ) {
4141 + if( PK11_ExtractKeyValue( symKey ) != SECSuccess ) {
4147 + PK11_FreeSymKey( symKey ) ;
4151 + /* Get raw key data from "symKey" */
4152 + keyItem = PK11_GetKeyData( symKey ) ;
4159 + PK11_FreeSymKey( symKey ) ;
4171 + PK11_FreeSymKey( symKey ) ;
4176 + PK11_FreeSymKey( symKey ) ;