Searched refs:cn_offset (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/asymmetric_keys/
H A Dx509_cert_parser.c33 u16 cn_offset; /* Offset of commonName (CN) */ member in struct:x509_parse_context
364 ctx->cn_offset = (unsigned long)value - ctx->data;
409 name = data + ctx->cn_offset;
411 memcmp(data + ctx->cn_offset, data + ctx->o_offset,
416 memcmp(data + ctx->cn_offset, data + ctx->o_offset, 7) == 0)
429 data + ctx->cn_offset, ctx->cn_size);
435 name = data + ctx->cn_offset;

Completed in 203 milliseconds