Searched refs:s_bytes (Results 1 - 4 of 4) sorted by relevance

/external/libconstrainedcrypto/
H A Ddsa_sig.c65 unsigned char s_bytes[P256_NBYTES]; local
70 memset(s_bytes, 0, sizeof(s_bytes));
118 || !trim_to_p256_bytes(s_bytes, &sig[6 + r_len], s_len)) {
123 p256_from_bin(s_bytes, s_int);
/external/syslinux/com32/libutil/
H A Dsha256crypt.c307 char *s_bytes; local
418 cp = s_bytes = alloca(salt_len);
437 sha256_process_bytes(s_bytes, salt_len, &ctx);
509 memset(s_bytes, '\0', salt_len);
H A Dsha512crypt.c342 char *s_bytes; local
453 cp = s_bytes = alloca(salt_len);
472 sha512_process_bytes(s_bytes, salt_len, &ctx);
556 memset(s_bytes, '\0', salt_len);
/external/kernel-headers/original/uapi/linux/
H A Dnilfs2_ondisk.h141 __le16 s_bytes; /* member in struct:nilfs_super_block

Completed in 322 milliseconds