Searched refs:KEY_SIZE_BYTES_25519 (Results 1 – 1 of 1) sorted by relevance
90 #define KEY_SIZE_BYTES_25519 UL(32) macro1011 if (size != KEY_SIZE_BYTES_25519 || !*key) in op_attr_25519_from_user()1024 uint64_t key_size = (uint64_t)KEY_SIZE_BYTES_25519; in op_attr_25519_to_user()1046 uint64_t key_size = (uint64_t)KEY_SIZE_BYTES_25519; in op_attr_25519_to_binary()1074 if (s > (uint32_t)KEY_SIZE_BYTES_25519) in op_attr_25519_from_binary()1090 memcpy(*key, *src_key, KEY_SIZE_BYTES_25519); in op_attr_25519_from_obj()1101 memzero_explicit(*key, KEY_SIZE_BYTES_25519); in op_attr_25519_clear()3988 if (params[0].content.ref.length != KEY_SIZE_BYTES_25519) { in syscall_cryp_derive_key()