Searched refs:sprint_oid (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/lib/ |
D | oid_registry.c | 106 int sprint_oid(const void *data, size_t datasize, char *buffer, size_t bufsize) in sprint_oid() function 152 EXPORT_SYMBOL_GPL(sprint_oid); 169 ret = sprint_oid(oid_data + oid_index[oid], in sprint_OID()
|
/Linux-v5.10/crypto/asymmetric_keys/ |
D | mscode_parser.c | 46 sprint_oid(value, vlen, buffer, sizeof(buffer)); in mscode_note_content_type() 101 sprint_oid(value, vlen, buffer, sizeof(buffer)); in mscode_note_digest_algo()
|
D | pkcs8_parser.c | 43 sprint_oid(value, vlen, buffer, sizeof(buffer)); in pkcs8_note_OID()
|
D | pkcs7_parser.c | 213 sprint_oid(value, vlen, buffer, sizeof(buffer)); in pkcs7_note_OID()
|
D | x509_cert_parser.c | 164 sprint_oid(value, vlen, buffer, sizeof(buffer)); in x509_note_OID()
|
/Linux-v5.10/include/linux/ |
D | oid_registry.h | 120 extern int sprint_oid(const void *, size_t, char *, size_t);
|
/Linux-v5.10/net/sunrpc/auth_gss/ |
D | gss_mech_switch.c | 166 if (sprint_oid(obj->data, obj->len, buf, sizeof(buf)) < 0) in gss_mech_get_by_OID()
|