Home
last modified time | relevance | path

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

/apps/
A Dspkac.c65 NETSCAPE_SPKI *spki = NULL; in spkac_main() local
152 spki = NETSCAPE_SPKI_new(); in spkac_main()
153 if (spki == NULL) in spkac_main()
163 i = NETSCAPE_SPKI_sign(spki, pkey, md); in spkac_main()
168 spkstr = NETSCAPE_SPKI_b64_encode(spki); in spkac_main()
194 spki = NETSCAPE_SPKI_b64_decode(spkstr, -1); in spkac_main()
196 if (spki == NULL) { in spkac_main()
207 NETSCAPE_SPKI_print(out, spki); in spkac_main()
208 pkey = NETSCAPE_SPKI_get_pubkey(spki); in spkac_main()
210 i = NETSCAPE_SPKI_verify(spki, pkey); in spkac_main()
[all …]
A Dca.c1973 NETSCAPE_SPKI *spki = NULL; in certify_spkac() local
2035 spki = NETSCAPE_SPKI_b64_decode(cv->value, -1); in certify_spkac()
2036 if (spki == NULL) { in certify_spkac()
2049 if (spki == NULL) { in certify_spkac()
2061 if ((pktmp = NETSCAPE_SPKI_get_pubkey(spki)) == NULL) { in certify_spkac()
2066 j = NETSCAPE_SPKI_verify(spki, pktmp); in certify_spkac()
2084 NETSCAPE_SPKI_free(spki); in certify_spkac()

Completed in 8 milliseconds