Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/ciphers/
A Dcipher_cts.c353 if (ctx->cts_mode == CTS_CS1) in ossl_cipher_cbc_cts_block_update()
355 else if (ctx->cts_mode == CTS_CS2) in ossl_cipher_cbc_cts_block_update()
357 else if (ctx->cts_mode == CTS_CS3) in ossl_cipher_cbc_cts_block_update()
360 if (ctx->cts_mode == CTS_CS1) in ossl_cipher_cbc_cts_block_update()
362 else if (ctx->cts_mode == CTS_CS2) in ossl_cipher_cbc_cts_block_update()
364 else if (ctx->cts_mode == CTS_CS3) in ossl_cipher_cbc_cts_block_update()
A Dcipher_camellia_cts.inc53 const char *name = ossl_cipher_cbc_cts_mode_id2name(ctx->cts_mode);
81 ctx->cts_mode = (unsigned int)id;
A Dcipher_aes_cts.inc53 const char *name = ossl_cipher_cbc_cts_mode_id2name(ctx->cts_mode);
81 ctx->cts_mode = (unsigned int)id;
/openssl-master/providers/implementations/include/prov/
A Dciphercommon.h57 unsigned int cts_mode; /* Use to set the type for CTS modes */ member
/openssl-master/test/
A Devp_test.c542 const char *cts_mode; member
683 cdat->cts_mode = value; in cipher_test_parse()
743 if (expected->cts_mode != NULL) { in cipher_test_enc()
747 (char *)expected->cts_mode, in cipher_test_enc()
/openssl-master/doc/man3/
A DEVP_EncryptInit.pod760 =item "cts_mode" (B<OSSL_CIPHER_PARAM_CTS_MODE>) <UTF8 string>
/openssl-master/doc/man7/
A Dmigration_guide.pod1248 See the "cts_mode" parameter in

Completed in 16 milliseconds