Searched refs:dst_len (Results 1 – 4 of 4) sorted by relevance
| /arch/sh/kernel/ |
| A D | io_trapped.c | 184 unsigned long dst_addr, int dst_len) in copy_word() argument 203 switch (dst_len) { in copy_word()
|
| /arch/arm/crypto/ |
| A D | curve25519-glue.c | 88 nbytes = min_t(size_t, CURVE25519_KEY_SIZE, req->dst_len); in curve25519_compute_value()
|
| /arch/powerpc/crypto/ |
| A D | curve25519-ppc64le-core.c | 223 nbytes = min_t(size_t, CURVE25519_KEY_SIZE, req->dst_len); in curve25519_generate_public_key() 253 nbytes = min_t(size_t, CURVE25519_KEY_SIZE, req->dst_len); in curve25519_compute_shared_secret()
|
| /arch/x86/crypto/ |
| A D | curve25519-x86_64.c | 1644 nbytes = min_t(size_t, CURVE25519_KEY_SIZE, req->dst_len); in curve25519_generate_public_key() 1674 nbytes = min_t(size_t, CURVE25519_KEY_SIZE, req->dst_len); in curve25519_compute_shared_secret()
|
Completed in 33 milliseconds