Lines Matching defs:keyid_str
944 * keyid_str- A byte string with the localkeyid to set
959 sunw_set_localkeyid(const char *keyid_str, int keyid_len, EVP_PKEY *pkey,
969 if (X509_keyid_set1(cert, (uchar_t *)keyid_str, keyid_len)
978 M_ASN1_OCTET_STRING_set(str, keyid_str, keyid_len) == 0 ||
1034 * keyid_str- Points to a location which will receive the pointer to
1037 * keyid_len- Length of keyid_str.
1047 char **keyid_str, int *keyid_len)
1055 if (keyid_str != NULL)
1056 *keyid_str = NULL;
1083 if ((*keyid_str = malloc(len)) == NULL) {
1088 (void) memcpy(*keyid_str, str->data, len);
1169 * keyid_str- A byte string with the localkeyid to match
1191 sunw_find_localkeyid(char *keyid_str, int len, STACK_OF(EVP_PKEY) *pkeys,
1200 if (keyid_str == NULL ||
1215 M_ASN1_OCTET_STRING_set(cmpstr, keyid_str, len) == 0) {