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

/linux-master/crypto/asymmetric_keys/
H A Dpkcs8_parser.c23 enum OID last_oid; /* Last OID encountered */ member in struct:pkcs8_parse_context
39 ctx->last_oid = look_up_OID(value, vlen);
40 if (ctx->last_oid == OID__NR) {
73 if (ctx->last_oid != OID_rsaEncryption)
H A Dpkcs7_parser.c30 enum OID last_oid; /* Last OID encountered */ member in struct:pkcs7_parse_context
210 ctx->last_oid = look_up_OID(value, vlen);
211 if (ctx->last_oid == OID__NR) {
229 switch (ctx->last_oid) {
264 printk("Unsupported digest algo: %u\n", ctx->last_oid);
279 switch (ctx->last_oid) {
305 printk("Unsupported pkey algo: %u\n", ctx->last_oid);
320 if (ctx->last_oid != OID_signed_data) {
472 if (ctx->last_oid != OID_data &&
473 ctx->last_oid !
[all...]
H A Dx509_cert_parser.c27 enum OID last_oid; /* Last OID encountered */ member in struct:x509_parse_context
159 ctx->last_oid = look_up_OID(value, vlen);
160 if (ctx->last_oid == OID__NR) {
195 pr_debug("PubKey Algo: %u\n", ctx->last_oid);
197 switch (ctx->last_oid) {
281 ctx->sig_algo = ctx->last_oid;
286 ctx->sig_algo = ctx->last_oid;
291 ctx->sig_algo = ctx->last_oid;
296 ctx->sig_algo = ctx->last_oid;
309 pr_debug("Signature: alg=%u, size=%zu\n", ctx->last_oid, vle
[all...]

Completed in 103 milliseconds