Searched refs:salg_type (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/lib/ |
H A D | tst_af_alg.c | 38 addr->salg_type, addr->salg_name); in tst_alg_bind_addr() 43 addr->salg_type, addr->salg_name); in tst_alg_bind_addr() 48 addr->salg_type, addr->salg_name); in tst_alg_bind_addr() 58 strncpy((char *)addr->salg_type, algtype, sizeof(addr->salg_type)); in init_sockaddr_alg() 59 if (addr->salg_type[sizeof(addr->salg_type) - 1] != '\0') in init_sockaddr_alg()
|
/third_party/ltp/include/lapi/ |
H A D | if_alg.h | 17 uint8_t salg_type[14]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_linux.c | 43 os_strlcpy((char *) sa.salg_type, type, sizeof(sa.salg_type)); in linux_af_alg_socket() 44 os_strlcpy((char *) sa.salg_name, name, sizeof(sa.salg_type)); in linux_af_alg_socket()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_linux.c | 43 os_strlcpy((char *) sa.salg_type, type, sizeof(sa.salg_type)); in linux_af_alg_socket() 44 os_strlcpy((char *) sa.salg_name, name, sizeof(sa.salg_type)); in linux_af_alg_socket()
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_afalg.c | 428 OPENSSL_strlcpy((char *) sa.salg_type, ciphertype, sizeof(sa.salg_type)); in afalg_create_sk()
|
/third_party/openssl/engines/ |
H A D | e_afalg.c | 428 OPENSSL_strlcpy((char *) sa.salg_type, ciphertype, sizeof(sa.salg_type)); in afalg_create_sk()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 548 pub salg_type: [::c_uchar; 14], 830 .salg_type in eq() 832 .zip(other.salg_type.iter()) in eq() 850 .field("salg_type", &self.salg_type) in fmt() 861 self.salg_type.hash(state); in hash()
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 1583 a->salg_type, in makesockaddr() 1584 strnlen((const char*)a->salg_type, in makesockaddr() 1585 sizeof(a->salg_type)), in makesockaddr() 2378 if (strlen(type) >= sizeof(sa->salg_type)) { in getsockaddrarg() 2382 strncpy((char *)sa->salg_type, type, sizeof(sa->salg_type)); in getsockaddrarg()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 656 pub salg_type: [::c_uchar; 14], 945 .salg_type in eq() 947 .zip(other.salg_type.iter()) in eq() 965 .field("salg_type", &self.salg_type) in fmt() 976 self.salg_type.hash(state); in hash()
|
Completed in 34 milliseconds