Searched refs:keynote_get_key_algorithm (Results  1 – 4 of 4) sorted by relevance
| /openbsd-src/lib/libkeynote/ | 
| H A D | HOWTO.add.crypto | 25   - Similarly, in keynote_get_key_algorithm() for key strings, using61   - Likewise for keys in keynote_get_key_algorithm()
 
 | 
| H A D | assertion.h | 148 extern int keynote_get_key_algorithm(char *, int *, int *);
 | 
| H A D | signature.c | 265 keynote_get_key_algorithm(char *key, int *encoding, int *internalencoding)  in keynote_get_key_algorithm()  function344     return keynote_get_key_algorithm(key + KEYNOTE_PRIVATE_KEY_PREFIX_LEN,  in keynote_get_private_key_algorithm()
 365       dc->dec_algorithm = keynote_get_key_algorithm(key, &encoding,  in kn_decode_key()
 
 | 
| H A D | keynote-keygen.c | 164     alg = keynote_get_key_algorithm(algname, &enc, &ienc);  in keynote_keygen()
 |