We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e14849 commit f29b967Copy full SHA for f29b967
doc/dox_comments/header_files/signature.h
@@ -15,7 +15,7 @@
15
WC_SIGNATURE_TYPE_RSA / WC_SIGNATURE_TYPE_RSA_W_ENC.
16
The caller is responsible for ensuring the pointer refers to the correct
17
type; this function cannot verify the actual runtime type of the object.
18
- \param key_len If key is non-NULL, key_len Must be exactly sizeof(ecc_key)
+ \param key_len If key is non-NULL, key_len must be exactly sizeof(ecc_key)
19
or sizeof(RsaKey) matching the sig_type. Passing any other value
20
causes the function to return BAD_FUNC_ARG without dereferencing key.
21
The conventional idiom is to pass sizeof(*key) at the call site.
0 commit comments