Home
last modified time | relevance | path

Searched refs:rblkcipher (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dnetlink_crypto.c85 struct crypto_report_blkcipher rblkcipher; in decode_crypto_report_blkcipher() local
87 if (len < sizeof(rblkcipher)) in decode_crypto_report_blkcipher()
89 else if (!umove_or_printaddr(tcp, addr, &rblkcipher)) { in decode_crypto_report_blkcipher()
90 PRINT_FIELD_CSTRING("{", rblkcipher, type); in decode_crypto_report_blkcipher()
91 PRINT_FIELD_CSTRING(", ", rblkcipher, geniv); in decode_crypto_report_blkcipher()
92 PRINT_FIELD_U(", ", rblkcipher, blocksize); in decode_crypto_report_blkcipher()
93 PRINT_FIELD_U(", ", rblkcipher, min_keysize); in decode_crypto_report_blkcipher()
94 PRINT_FIELD_U(", ", rblkcipher, max_keysize); in decode_crypto_report_blkcipher()
95 PRINT_FIELD_U(", ", rblkcipher, ivsize); in decode_crypto_report_blkcipher()
/external/strace/tests-mx32/
Dnlattr_crypto_user_alg.c116 static const struct crypto_report_blkcipher rblkcipher = { in main() local
127 pattern, rblkcipher, print_quoted_memory, in main()
129 PRINT_FIELD_U(", ", rblkcipher, blocksize); in main()
130 PRINT_FIELD_U(", ", rblkcipher, min_keysize); in main()
131 PRINT_FIELD_U(", ", rblkcipher, max_keysize); in main()
132 PRINT_FIELD_U(", ", rblkcipher, ivsize); in main()
/external/strace/tests-m32/
Dnlattr_crypto_user_alg.c116 static const struct crypto_report_blkcipher rblkcipher = { in main() local
127 pattern, rblkcipher, print_quoted_memory, in main()
129 PRINT_FIELD_U(", ", rblkcipher, blocksize); in main()
130 PRINT_FIELD_U(", ", rblkcipher, min_keysize); in main()
131 PRINT_FIELD_U(", ", rblkcipher, max_keysize); in main()
132 PRINT_FIELD_U(", ", rblkcipher, ivsize); in main()
/external/strace/tests/
Dnlattr_crypto_user_alg.c116 static const struct crypto_report_blkcipher rblkcipher = { in main() local
127 pattern, rblkcipher, print_quoted_memory, in main()
129 PRINT_FIELD_U(", ", rblkcipher, blocksize); in main()
130 PRINT_FIELD_U(", ", rblkcipher, min_keysize); in main()
131 PRINT_FIELD_U(", ", rblkcipher, max_keysize); in main()
132 PRINT_FIELD_U(", ", rblkcipher, ivsize); in main()