Home
last modified time | relevance | path

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

/third_party/openssl/engines/
De_afalg.c77 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype,
418 static int afalg_create_sk(afalg_ctx *actx, const char *ciphertype, in afalg_create_sk() argument
428 OPENSSL_strlcpy((char *) sa.salg_type, ciphertype, sizeof(sa.salg_type)); in afalg_create_sk()
555 int ciphertype; in afalg_cipher_init() local
576 ciphertype = EVP_CIPHER_CTX_get_nid(ctx); in afalg_cipher_init()
577 switch (ciphertype) { in afalg_cipher_init()
585 ciphertype); in afalg_cipher_init()
/third_party/rust/crates/rust-openssl/openssl/src/
Dsymm.rs901 fn cipher_test(ciphertype: super::Cipher, pt: &str, ct: &str, key: &str, iv: &str) { in cipher_test()
907 let computed = super::decrypt(ciphertype, &key, Some(&iv), &ct).unwrap(); in cipher_test()
925 fn cipher_test_nopad(ciphertype: super::Cipher, pt: &str, ct: &str, key: &str, iv: &str) { in cipher_test_nopad()
932 let mut c = Crypter::new(ciphertype, Mode::Decrypt, &key, Some(&iv)).unwrap(); in cipher_test_nopad()
934 let mut out = vec![0; ct.len() + ciphertype.block_size()]; in cipher_test_nopad()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c3823 GType ciphertype, authtype; in request_rtcp_encoder() local
3826 ciphertype = g_type_from_name ("GstSrtpCipherType"); in request_rtcp_encoder()
3828 g_value_init (&rtcp_cipher, ciphertype); in request_rtcp_encoder()