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

/solaris-userland/components/libgcrypt-15/
H A DMakefile47 CONFIGURE_OPTIONS += --enable-ciphers=arcfour:blowfish:des:aes:twofish:serpent:rfc2268:seed:camellia:cast5
/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 25 milliseconds