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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c174 /* Index for the supported ciphers */
346 * Static list of ciphers.
347 * Note, that ciphers array is indexed by member PK11_CIPHER.id,
348 * thus ciphers[i].id == i
351 static PK11_CIPHER ciphers[] = { variable
1104 * count how many ciphers and digests to support. Since the cipher and
1163 * for asymmetric ciphers.
2144 /* Symmetric ciphers and digests support functions */
2152 if (ciphers[i].nid == nid) {
2153 return (ciphers[
[all...]

Completed in 14 milliseconds