Home
last modified time | relevance | path

Searched refs:bn_key (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libkeynote/
H A Dsignature.c164 free(((struct keynote_binary *) key)->bn_key); in keynote_free_key()
539 ((struct keynote_binary *) dc->dec_key)->bn_key = decoded; in kn_decode_key()
616 !memcmp(bn1->bn_key, bn2->bn_key, bn1->bn_len)) in kn_keycompare()
1277 if (kn_encode_hex(bn->bn_key, &s, bn->bn_len) != 0) in kn_encode_key()
1292 if (kn_encode_base64(bn->bn_key, bn->bn_len, s, in kn_encode_key()
H A Dkeynote.h43 char *bn_key; member
H A Dauxil.c77 res = (res + ((unsigned char) bn->bn_key[i])) % HASHTABLESIZE; in keynote_keyhash()