Home
last modified time | relevance | path

Searched refs:cts_mode (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_cts.c352 if (ctx->cts_mode == CTS_CS1) in ossl_cipher_cbc_cts_block_update()
354 else if (ctx->cts_mode == CTS_CS2) in ossl_cipher_cbc_cts_block_update()
356 else if (ctx->cts_mode == CTS_CS3) in ossl_cipher_cbc_cts_block_update()
359 if (ctx->cts_mode == CTS_CS1) in ossl_cipher_cbc_cts_block_update()
361 else if (ctx->cts_mode == CTS_CS2) in ossl_cipher_cbc_cts_block_update()
363 else if (ctx->cts_mode == CTS_CS3) in ossl_cipher_cbc_cts_block_update()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_cts.c352 if (ctx->cts_mode == CTS_CS1) in ossl_cipher_cbc_cts_block_update()
354 else if (ctx->cts_mode == CTS_CS2) in ossl_cipher_cbc_cts_block_update()
356 else if (ctx->cts_mode == CTS_CS3) in ossl_cipher_cbc_cts_block_update()
359 if (ctx->cts_mode == CTS_CS1) in ossl_cipher_cbc_cts_block_update()
361 else if (ctx->cts_mode == CTS_CS2) in ossl_cipher_cbc_cts_block_update()
363 else if (ctx->cts_mode == CTS_CS3) in ossl_cipher_cbc_cts_block_update()
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dciphercommon.h57 unsigned int cts_mode; /* Use to set the type for CTS modes */ member
/third_party/openssl/providers/implementations/include/prov/
H A Dciphercommon.h57 unsigned int cts_mode; /* Use to set the type for CTS modes */ member
/third_party/openssl/test/
H A Devp_test.c541 const char *cts_mode; member
684 cdat->cts_mode = value; in cipher_test_parse()
744 if (expected->cts_mode != NULL) { in cipher_test_enc()
748 (char *)expected->cts_mode, in cipher_test_enc()

Completed in 8 milliseconds