Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_cts.c351 if (ctx->cts_mode == CTS_CS1) in ossl_cipher_cbc_cts_block_update()
353 else if (ctx->cts_mode == CTS_CS2) in ossl_cipher_cbc_cts_block_update()
355 else if (ctx->cts_mode == CTS_CS3) in ossl_cipher_cbc_cts_block_update()
358 if (ctx->cts_mode == CTS_CS1) in ossl_cipher_cbc_cts_block_update()
360 else if (ctx->cts_mode == CTS_CS2) in ossl_cipher_cbc_cts_block_update()
362 else if (ctx->cts_mode == CTS_CS3) in ossl_cipher_cbc_cts_block_update()
H A Dcipher_aes_cts.inc53 const char *name = ossl_cipher_cbc_cts_mode_id2name(ctx->cts_mode);
81 ctx->cts_mode = (unsigned int)id;
H A Dcipher_camellia_cts.inc53 const char *name = ossl_cipher_cbc_cts_mode_id2name(ctx->cts_mode);
81 ctx->cts_mode = (unsigned int)id;
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon.h68 unsigned int cts_mode; /* Use to set the type for CTS modes */ member
/freebsd/crypto/openssl/test/
H A Devp_test.c899 const char *cts_mode; member
1074 cdat->cts_mode = value; in cipher_test_parse()
1141 if (expected->cts_mode != NULL) { in cipher_test_enc()
1145 (char *)expected->cts_mode, in cipher_test_enc()
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod1329 See the "cts_mode" parameter in
/freebsd/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod886 =item "cts_mode" (B<OSSL_CIPHER_PARAM_CTS_MODE>) <UTF8 string>