Lines Matching refs:ciphers
174 /* 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[] = {
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[i].id);
2258 p_ciph_table_row = &ciphers[index];
2262 * ciphers table. The key length must be in the allowed interval. From
2428 * The application has guaranteed to call the block ciphers with
2930 * Symmetric ciphers optionally supported
2953 * mechanisms, one for symmetric ciphers and one for digests. Also, 3 global
2955 * mechanisms, (b) random operations, and (c) symmetric ciphers and digests.
3177 * If the current slot supports more ciphers/digests than
3261 /* Find what symmetric ciphers this slot supports. */
3270 current_slot_n_cipher, local_cipher_nids, &ciphers[i]);