Home
last modified time | relevance | path

Searched refs:cts_modes (Results 1 – 1 of 1) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_cts.c71 static CTS_MODE_NAME2ID cts_modes[] = { variable
81 for (i = 0; i < OSSL_NELEM(cts_modes); ++i) { in ossl_cipher_cbc_cts_mode_id2name()
82 if (cts_modes[i].id == id) in ossl_cipher_cbc_cts_mode_id2name()
83 return cts_modes[i].name; in ossl_cipher_cbc_cts_mode_id2name()
92 for (i = 0; i < OSSL_NELEM(cts_modes); ++i) { in ossl_cipher_cbc_cts_mode_name2id()
93 if (OPENSSL_strcasecmp(name, cts_modes[i].name) == 0) in ossl_cipher_cbc_cts_mode_name2id()
94 return (int)cts_modes[i].id; in ossl_cipher_cbc_cts_mode_name2id()

Completed in 5 milliseconds