Home
last modified time | relevance | path

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

/openssl/ssl/record/methods/
H A Dssl3_meth.c100 EVP_CIPHER_CTX *ds; in ssl3_cipher() local
113 ds = rl->enc_ctx; in ssl3_cipher()
114 if (ds == NULL || (enc = EVP_CIPHER_CTX_get0_cipher(ds)) == NULL) in ssl3_cipher()
120 bs = EVP_CIPHER_CTX_get_block_size(ds); in ssl3_cipher()
156 if (!EVP_CipherUpdate(ds, rec->data, &outlen, rec->input, in ssl3_cipher()
173 if (!EVP_CIPHER_CTX_get_params(ds, params)) { in ssl3_cipher()
180 if (EVP_Cipher(ds, rec->data, rec->input, (unsigned int)l) < 1) { in ssl3_cipher()
H A Dtls1_meth.c171 EVP_CIPHER_CTX *ds; in tls1_cipher() local
193 ds = rl->enc_ctx; in tls1_cipher()
230 bs = EVP_CIPHER_get_block_size(EVP_CIPHER_CTX_get0_cipher(ds)); in tls1_cipher()
238 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ds)) in tls1_cipher()
251 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ds)) in tls1_cipher()
276 pad = EVP_CIPHER_CTX_ctrl(ds, EVP_CTRL_AEAD_TLS1_AAD, in tls1_cipher()
329 if (EVP_CIPHER_CTX_ctrl(ds, EVP_CTRL_SET_PIPELINE_INPUT_BUFS, in tls1_cipher()
349 if (EVP_CIPHER_CTX_ctrl(ds, EVP_CTRL_TLSTREE, decrement_seq, in tls1_cipher()
401 if (!EVP_CIPHER_CTX_get_params(ds, params)) { in tls1_cipher()
412 tmpr = EVP_Cipher(ds, recs[0].data, recs[0].input, in tls1_cipher()
[all …]
/openssl/test/
H A Dtest_test.c419 const char ds[] = "-" /* 63 characters plus sign */ in test_long_bignum() local
427 && TEST_true(BN_hex2bn(&d, ds)) in test_long_bignum()
/openssl/crypto/objects/
H A Dobjects.txt1568 !Alias ntt-ds 0 3 4401 5
1569 !Alias camellia ntt-ds 3 1 9

Completed in 18 milliseconds