Lines Matching refs:string
35 B<context-string> as input to sign and verify operations (and for
36 Ed25519ctx, the context-string must be nonempty). For the Ed25519
37 instance, a nonempty context-string is not permitted.
51 B<instance name> and the B<context-string value>. They can be set by
56 =item * "instance" (B<OSSL_SIGNATURE_PARAM_INSTANCE>) <utf8 string>
64 =item * "context-string" (B<OSSL_SIGNATURE_PARAM_CONTEXT_STRING>) <octet string>
66 A string of octets with length at most 255.
85 If a context-string is not specified, then an empty context-string is
95 =item * "algorithm-id" (B<OSSL_SIGNATURE_PARAM_ALGORITHM_ID>) <octet string>
97 =item * "instance" (B<OSSL_SIGNATURE_PARAM_INSTANCE>) <utf8 string>
99 =item * "context-string" (B<OSSL_SIGNATURE_PARAM_CONTEXT_STRING>) <octet string>
149 …OSSL_PARAM_octet_string("context-string", (unsigned char *)"A protocol defined context string", 33…