Searched refs:rrng (Results 1 - 4 of 4) sorted by relevance
/external/strace/ |
H A D | netlink_crypto.c | 138 struct crypto_report_rng rrng; local 140 if (len < sizeof(rrng)) 142 else if (!umove_or_printaddr(tcp, addr, &rrng)) { 143 PRINT_FIELD_CSTRING("{", rrng, type); 144 PRINT_FIELD_U(", ", rrng, seedsize);
|
/external/strace/tests/ |
H A D | nlattr_crypto_user_alg.c | 151 static const struct crypto_report_rng rrng = { local 158 pattern, rrng, print_quoted_memory, 160 PRINT_FIELD_U(", ", rrng, seedsize);
|
/external/strace/tests-m32/ |
H A D | nlattr_crypto_user_alg.c | 151 static const struct crypto_report_rng rrng = { local 158 pattern, rrng, print_quoted_memory, 160 PRINT_FIELD_U(", ", rrng, seedsize);
|
/external/strace/tests-mx32/ |
H A D | nlattr_crypto_user_alg.c | 151 static const struct crypto_report_rng rrng = { local 158 pattern, rrng, print_quoted_memory, 160 PRINT_FIELD_U(", ", rrng, seedsize);
|
Completed in 140 milliseconds