Home
last modified time | relevance | path

Searched refs:store (Results 1 – 6 of 6) sorted by relevance

/scripts/
Dsign-file.c114 OSSL_STORE_CTX *store; in read_private_key_pkcs11() local
121 store = OSSL_STORE_open(private_key_name, NULL, NULL, NULL, NULL); in read_private_key_pkcs11()
122 ERR(!store, "OSSL_STORE_open"); in read_private_key_pkcs11()
124 while (!OSSL_STORE_eof(store)) { in read_private_key_pkcs11()
125 OSSL_STORE_INFO *info = OSSL_STORE_load(store); in read_private_key_pkcs11()
139 OSSL_STORE_close(store); in read_private_key_pkcs11()
Dcheckpatch.pl7550 my $store = $4;
7553 $store =~ /^${var}_store$/ &&
7558 …$fixed[$fixlinenr] =~ s/\bDEVICE_ATTR\s*\(\s*$var\s*,\s*\Q$perms\E\s*,\s*$show\s*,\s*$store\s*\)/D…
7561 $store =~ /^NULL$/ &&
7569 $store =~ /^${var}_store$/ &&
7574 …$fixed[$fixlinenr] =~ s/\bDEVICE_ATTR\s*\(\s*$var\s*,\s*\Q$perms\E\s*,\s*NULL\s*,\s*$store\s*\)/DE…
7581 my $newstore = $store;
7582 $newstore = "${var}_store" if ($store ne "NULL" && $store ne "${var}_store");
7587 if ($store ne $newstore) {
7588 $rename .= " '$store' to '$newstore'";
DKbuild.include232 # (5) No dir/.target.cmd file (used to store command line)
/scripts/coccinelle/misc/
Dreturnvar.cocci3 /// Remove unneeded variable used to store return value.
Duninitialized_var.cocci13 /// obviously redundant, the compiler's dead-store elimination pass will make
/scripts/atomic/
Datomics.tbl12 # * s - store: returns void (has _release order variant)