Searched refs:pubkey (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c1411 FILE *pubkey; local
1527 if ((pubkey = fopen(file, read_mode_flags)) != NULL)
1529 pkey = PEM_read_PUBKEY(pubkey, NULL, NULL, NULL);
1530 (void) fclose(pubkey);

Completed in 21 milliseconds