Lines Matching defs:signature
43 static mbedtls_asn1_buf signature;
60 ZERO_AND_CLEAN(signature);
261 * signature AlgorithmIdentifier
403 * -- identical (including the tag!) with the first signature
417 signature.p = p;
422 signature.len = end - signature.p;
490 /* Get the certificate signature algorithm */
495 /* Get the certificate signature */
496 *param = (void *)signature.p;
497 *param_len = (unsigned int)signature.len;