Home
last modified time | relevance | path

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

/mirbsd/src/lib/libkeynote/
Dsignature.h39 #define ELGAMAL_BASE64 "elgamal-base64:" macro
40 #define ELGAMAL_BASE64_LEN strlen(ELGAMAL_BASE64)
Dsignature.c336 if (!strncasecmp(ELGAMAL_BASE64, key, ELGAMAL_BASE64_LEN)) in keynote_get_key_algorithm()