Searched refs:raead (Results 1 – 4 of 4) sorted by relevance
/external/strace/ |
D | netlink_crypto.c | 112 struct crypto_report_aead raead; in decode_crypto_report_aead() local 114 if (len < sizeof(raead)) in decode_crypto_report_aead() 116 else if (!umove_or_printaddr(tcp, addr, &raead)) { in decode_crypto_report_aead() 117 PRINT_FIELD_CSTRING("{", raead, type); in decode_crypto_report_aead() 118 PRINT_FIELD_CSTRING(", ", raead, geniv); in decode_crypto_report_aead() 119 PRINT_FIELD_U(", ", raead, blocksize); in decode_crypto_report_aead() 120 PRINT_FIELD_U(", ", raead, maxauthsize); in decode_crypto_report_aead() 121 PRINT_FIELD_U(", ", raead, ivsize); in decode_crypto_report_aead()
|
/external/strace/tests-mx32/ |
D | nlattr_crypto_user_alg.c | 137 static const struct crypto_report_aead raead = { in main() local 147 pattern, raead, print_quoted_memory, in main() 149 PRINT_FIELD_U(", ", raead, blocksize); in main() 150 PRINT_FIELD_U(", ", raead, maxauthsize); in main() 151 PRINT_FIELD_U(", ", raead, ivsize); in main()
|
/external/strace/tests-m32/ |
D | nlattr_crypto_user_alg.c | 137 static const struct crypto_report_aead raead = { in main() local 147 pattern, raead, print_quoted_memory, in main() 149 PRINT_FIELD_U(", ", raead, blocksize); in main() 150 PRINT_FIELD_U(", ", raead, maxauthsize); in main() 151 PRINT_FIELD_U(", ", raead, ivsize); in main()
|
/external/strace/tests/ |
D | nlattr_crypto_user_alg.c | 137 static const struct crypto_report_aead raead = { in main() local 147 pattern, raead, print_quoted_memory, in main() 149 PRINT_FIELD_U(", ", raead, blocksize); in main() 150 PRINT_FIELD_U(", ", raead, maxauthsize); in main() 151 PRINT_FIELD_U(", ", raead, ivsize); in main()
|