Lines Matching refs:name
161 * new PEM name.
221 * through a given PEM name, or attempts to decode to see if the blob
232 * the PEM name. If it comes from another type of
282 const char *name;
506 * the PEM name).
767 * (just X509), but if the PEM name specifically declares it as a trusted
897 * reading the first name. To make sure we can detect the end
898 * at the right time, we read early and cache the name.
1426 static int file_name_to_uri(OSSL_STORE_LOADER_CTX *ctx, const char *name,
1429 assert(name != NULL);
1434 + strlen(name) + 1 /* \0 */;
1444 OPENSSL_strlcat(*data, name, calculated_length);
1449 static int file_name_check(OSSL_STORE_LOADER_CTX *ctx, const char *name)
1458 /* If the expected type isn't supported, no name is accepted */
1467 if (OPENSSL_strncasecmp(name, ctx->_.dir.search_name, len) != 0
1468 || name[len] != '.')
1470 p = &name[len + 1];
1506 * found a fitting file name.
1569 char *pem_name = NULL; /* PEM record name */
1603 * If a PEM name matches more than one handler, the handlers are