Searched refs:rcipher (Results 1 – 4 of 4) sorted by relevance
/external/strace/ |
D | netlink_crypto.c | 161 struct crypto_report_cipher rcipher; in decode_crypto_report_cipher() local 163 if (len < sizeof(rcipher)) in decode_crypto_report_cipher() 165 else if (!umove_or_printaddr(tcp, addr, &rcipher)) { in decode_crypto_report_cipher() 166 PRINT_FIELD_CSTRING("{", rcipher, type); in decode_crypto_report_cipher() 167 PRINT_FIELD_U(", ", rcipher, blocksize); in decode_crypto_report_cipher() 168 PRINT_FIELD_U(", ", rcipher, min_keysize); in decode_crypto_report_cipher() 169 PRINT_FIELD_U(", ", rcipher, max_keysize); in decode_crypto_report_cipher()
|
/external/strace/tests-mx32/ |
D | nlattr_crypto_user_alg.c | 170 static const struct crypto_report_cipher rcipher = { in main() local 179 pattern, rcipher, print_quoted_memory, in main() 181 PRINT_FIELD_U(", ", rcipher, blocksize); in main() 182 PRINT_FIELD_U(", ", rcipher, min_keysize); in main() 183 PRINT_FIELD_U(", ", rcipher, max_keysize); in main()
|
/external/strace/tests-m32/ |
D | nlattr_crypto_user_alg.c | 170 static const struct crypto_report_cipher rcipher = { in main() local 179 pattern, rcipher, print_quoted_memory, in main() 181 PRINT_FIELD_U(", ", rcipher, blocksize); in main() 182 PRINT_FIELD_U(", ", rcipher, min_keysize); in main() 183 PRINT_FIELD_U(", ", rcipher, max_keysize); in main()
|
/external/strace/tests/ |
D | nlattr_crypto_user_alg.c | 170 static const struct crypto_report_cipher rcipher = { in main() local 179 pattern, rcipher, print_quoted_memory, in main() 181 PRINT_FIELD_U(", ", rcipher, blocksize); in main() 182 PRINT_FIELD_U(", ", rcipher, min_keysize); in main() 183 PRINT_FIELD_U(", ", rcipher, max_keysize); in main()
|