Lines Matching refs:pubkey
64 char *pubkey;
811 if (unlikely(!ctx->rsa.pubkey))
909 ctx->rsa.pubkey = dma_alloc_coherent(ctx->dev, vlen << 1,
912 if (!ctx->rsa.pubkey)
921 ctx->rsa.pubkey,
923 ctx->rsa.pubkey = NULL;
928 memcpy(ctx->rsa.pubkey + vlen, ptr, vlen);
944 memcpy(ctx->rsa.pubkey + ctx->key_sz - vlen, ptr, vlen);
1045 if (ctx->rsa.pubkey) {
1047 ctx->rsa.pubkey, ctx->rsa.dma_pubkey);
1048 ctx->rsa.pubkey = NULL;
1119 if ((private && !ctx->rsa.prikey) || !ctx->rsa.pubkey) {