Searched refs:sprint_oid (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A 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()
|
| H A D | pkcs8_parser.c | 43 sprint_oid(value, vlen, buffer, sizeof(buffer)); in pkcs8_note_OID()
|
| H A D | pkcs7_parser.c | 213 sprint_oid(value, vlen, buffer, sizeof(buffer)); in pkcs7_note_OID()
|
| H A D | x509_cert_parser.c | 164 sprint_oid(value, vlen, buffer, sizeof(buffer)); in x509_note_OID()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | oid_registry.h | 120 extern int sprint_oid(const void *, size_t, char *, size_t);
|
| /OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/ |
| H A D | gss_mech_switch.c | 166 if (sprint_oid(obj->data, obj->len, buf, sizeof(buf)) < 0) in gss_mech_get_by_OID()
|