Searched defs:read_mode_flags (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c194 static char *read_mode_flags = "rF"; variable
196 static char *read_mode_flags = "r"; variable
1370 if ((privkey = fopen(file, read_mode_flags)) != NULL)
1527 if ((pubkey = fopen(file, read_mode_flags)) != NULL)

Completed in 19 milliseconds