Lines Matching refs:pubkey
1854 - SECKEYPublicKey *pubkey = NULL;
1899 - pubkey = CERT_ExtractPublicKey(cert);
1900 - if (pubkey == NULL) {
1941 - data = xmlSecNssPKIAdoptKey(privkey, pubkey);
1951 - pubkey = NULL;
2082 - if (pubkey != NULL) {
2083 - SECKEY_DestroyPublicKey(pubkey);
3345 + ctxDst->pubkey = NULL ;
3372 if (pubkey != NULL) {
3373 SECKEY_DestroyPublicKey(pubkey);
3387 - xmlSecAssert2(SECKEY_GetPublicKeyType(ctx->pubkey) == dsaKey, -1);
3388 +/* xmlSecAssert2(SECKEY_GetPublicKeyType(ctx->pubkey) == dsaKey, -1);*/
3416 &pubkey, PR_FALSE, PR_TRUE, NULL);
3433 + pubkey = NULL ;
3444 if (pubkey != NULL) {
3445 SECKEY_DestroyPublicKey(pubkey);
3459 - xmlSecAssert2(SECKEY_GetPublicKeyType(ctx->pubkey) == dsaKey, -1);
3460 +/* xmlSecAssert2(SECKEY_GetPublicKeyType(ctx->pubkey) == dsaKey, -1);*/
3464 + } else if( ctx->pubkey != NULL ) {
3472 - xmlSecAssert2(SECKEY_GetPublicKeyType(ctx->pubkey) == dsaKey, -1);
3473 +/* xmlSecAssert2(SECKEY_GetPublicKeyType(ctx->pubkey) == dsaKey, -1);*/
3475 return(8 * SECKEY_PublicKeyStrength(ctx->pubkey));
3498 - xmlSecAssert2(SECKEY_GetPublicKeyType(ctx->pubkey) == rsaKey, -1);
3499 +/* xmlSecAssert2(SECKEY_GetPublicKeyType(ctx->pubkey) == rsaKey, -1);*/
3511 &pubkey, PR_FALSE, PR_TRUE, NULL);
3516 - xmlSecAssert2(SECKEY_GetPublicKeyType(ctx->pubkey) == rsaKey, -1);
3517 +/* xmlSecAssert2(SECKEY_GetPublicKeyType(ctx->pubkey) == rsaKey, -1);*/
3519 return(8 * SECKEY_PublicKeyStrength(ctx->pubkey));