Home
last modified time | relevance | path

Searched refs:kn_encode_hex (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libkeynote/
H A Dsignature.c72 kn_encode_hex(unsigned char *buf, char **dest, int len) in kn_encode_hex() function
965 i = kn_encode_hex(sbuf, (char **) &finalbuf, slen); in keynote_sign_assertion()
1173 if (kn_encode_hex(ptr, &s, i) != 0) in kn_encode_key()
1236 if (kn_encode_hex(ptr, &s, i) != 0) in kn_encode_key()
1277 if (kn_encode_hex(bn->bn_key, &s, bn->bn_len) != 0) in kn_encode_key()
H A Dkeynote.h172 int kn_encode_hex(unsigned char *, char **, int);