Searched refs:LenType (Results 1 – 13 of 13) sorted by relevance
/external/rust/crates/openssl/src/ |
D | base64.rs | 3 use crate::{cvt_n, LenType}; 15 let src_len = src.len() as LenType; in encode_block() 46 let src_len = src.len() as LenType; in decode_block() 75 fn encoded_len(src_len: LenType) -> Option<LenType> { in encoded_len() argument 87 fn decoded_len(src_len: LenType) -> Option<LenType> { in decoded_len() argument
|
D | rand.rs | 16 use crate::{cvt, LenType}; 36 cvt(ffi::RAND_bytes(buf.as_mut_ptr(), buf.len() as LenType)).map(|_| ()) in rand_bytes() 47 ffi::RAND_keep_random_devices_open(keep as LenType); in keep_random_devices_open()
|
D | stack.rs | 14 use crate::{cvt, cvt_p, LenType}; 83 idxs: 0..self.len() as LenType, in into_iter() 138 idxs: Range<LenType>, 207 idxs: 0..self.len() as LenType, in iter() 213 idxs: 0..self.len() as LenType, in iter_mut() 260 OPENSSL_sk_value(self.as_stack(), idx as LenType) as *mut _ in _get() 317 idxs: Range<LenType>, 351 idxs: Range<LenType>,
|
D | lib.rs | 195 type LenType = libc::size_t; typedef 197 type LenType = libc::c_int; typedef
|
D | ecdsa.rs | 14 use crate::{cvt_n, cvt_p, LenType}; 38 data.len() as LenType, in sign() 83 data.len() as LenType, in verify()
|
D | rsa.rs | 37 use crate::{cvt, cvt_n, cvt_p, LenType}; 137 from.len() as LenType, in private_decrypt() 165 from.len() as LenType, in private_encrypt() 309 from.len() as LenType, in public_decrypt() 336 from.len() as LenType, in public_encrypt()
|
D | bn.rs | 36 use crate::{cvt, cvt_n, cvt_p, LenType}; 1078 assert!(n.len() <= LenType::max_value() as usize); in from_slice() 1082 n.len() as LenType, in from_slice() 1106 assert!(n.len() <= LenType::max_value() as usize); in copy_from_slice() 1108 cvt_p(ffi::BN_bin2bn(n.as_ptr(), n.len() as LenType, self.0))?; in copy_from_slice()
|
D | symm.rs | 784 use crate::LenType; 787 pub unsafe fn EVP_CIPHER_iv_length(ptr: *const ffi::EVP_CIPHER) -> LenType { 792 pub unsafe fn EVP_CIPHER_block_size(ptr: *const ffi::EVP_CIPHER) -> LenType { 797 pub unsafe fn EVP_CIPHER_key_length(ptr: *const ffi::EVP_CIPHER) -> LenType {
|
D | pkey_ctx.rs | 408 use crate::LenType; in set_rsa_oaep_label() 409 let len = LenType::try_from(label.len()).unwrap(); in set_rsa_oaep_label()
|
/external/harfbuzz_ng/src/ |
D | hb-open-type.hh | 617 template <typename Type, typename LenType> 741 LenType len; 744 DEFINE_SIZE_ARRAY (sizeof (LenType), arrayZ); 798 template <typename Type, typename LenType=HBUINT16> 883 LenType lenP1; 886 DEFINE_SIZE_ARRAY (sizeof (LenType), arrayZ); 890 template <typename Type, typename LenType=HBUINT16> 934 LenType lenM1; 937 DEFINE_SIZE_ARRAY (sizeof (LenType), arrayZ); 941 template <typename Type, typename LenType> [all …]
|
/external/rust/crates/openssl/patches/ |
D | bssl-update.diff | 49 @@ -196,6 +196,11 @@ type LenType = libc::size_t; 51 type LenType = libc::c_int;
|
/external/perfetto/src/base/ |
D | unix_socket.cc | 223 using LenType = decltype(msg->msg_iovlen); // Mac and Linux don't agree. in ShiftMsgHdrPosix() typedef 224 for (LenType i = 0; i < msg->msg_iovlen; ++i) { in ShiftMsgHdrPosix()
|
/external/harfbuzz_ng/perf/texts/ |
D | en-words.txt | 6157 LenType
|