Home
last modified time | relevance | path

Searched refs:ALGORITHM (Results 1 – 25 of 31) sorted by relevance

12

/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
Dima_tpm.sh26 ALGORITHM=$(echo "$tmp" | cut -d'|' -f1)
31 tst_res TINFO "used algorithm: $ALGORITHM"
41 if [ "$ALGORITHM" != "sha1" ]; then
42 tst_brk TCONF "algorithm not sha1 ($ALGORITHM) $ERRMSG_EVMCTL"
124 local pcrread="tsspcrread -halg $ALGORITHM"
169 pcr=$(grep -E "^($ALGORITHM: )*PCRAgg(.*10)*:" hash.txt | tail -1 \
223 boot_aggregate=$($cmd | grep "$ALGORITHM:" | cut -d':' -f2)
260 if [ "$ALGORITHM" = "sha1" -a "$MISSING_EVMCTL" = 1 ]; then
/third_party/node/deps/openssl/openssl/crypto/property/
Dproperty.c61 } ALGORITHM; typedef
65 SPARSE_ARRAY_OF(ALGORITHM) *algs;
96 DEFINE_SPARSE_ARRAY_OF(ALGORITHM);
106 ALGORITHM *alg);
224 static void impl_cache_flush_alg(ossl_uintmax_t idx, ALGORITHM *alg) in impl_cache_flush_alg()
230 static void alg_cleanup(ossl_uintmax_t idx, ALGORITHM *a, void *arg) in alg_cleanup()
287 static ALGORITHM *ossl_method_store_retrieve(OSSL_METHOD_STORE *store, int nid) in ossl_method_store_retrieve()
292 static int ossl_method_store_insert(OSSL_METHOD_STORE *store, ALGORITHM *alg) in ossl_method_store_insert()
302 ALGORITHM *alg = NULL; in ossl_method_store_add()
382 ALGORITHM *alg = NULL; in ossl_method_store_remove()
[all …]
/third_party/openssl/crypto/property/
Dproperty.c61 } ALGORITHM; typedef
65 SPARSE_ARRAY_OF(ALGORITHM) *algs;
96 DEFINE_SPARSE_ARRAY_OF(ALGORITHM);
106 ALGORITHM *alg);
224 static void impl_cache_flush_alg(ossl_uintmax_t idx, ALGORITHM *alg) in impl_cache_flush_alg()
230 static void alg_cleanup(ossl_uintmax_t idx, ALGORITHM *a, void *arg) in alg_cleanup()
287 static ALGORITHM *ossl_method_store_retrieve(OSSL_METHOD_STORE *store, int nid) in ossl_method_store_retrieve()
292 static int ossl_method_store_insert(OSSL_METHOD_STORE *store, ALGORITHM *alg) in ossl_method_store_insert()
302 ALGORITHM *alg = NULL; in ossl_method_store_add()
382 ALGORITHM *alg = NULL; in ossl_method_store_remove()
[all …]
/third_party/openssl/test/
Dtls-provider.c131 #define ALGORITHM "XOR" macro
139 OSSL_PARAM_utf8_string(OSSL_CAPABILITY_TLS_GROUP_ALG, ALGORITHM,
140 sizeof(ALGORITHM)),
158 OSSL_PARAM_utf8_string(OSSL_CAPABILITY_TLS_GROUP_ALG, ALGORITHM,
159 sizeof(ALGORITHM)),
/third_party/openssl/doc/man3/
DEVP_KEYEXCH_free.pod37 See L<crypto(7)/ALGORITHM FETCHING> for further information.
96 L<crypto(7)/ALGORITHM FETCHING>, L<OSSL_PROVIDER(3)>
DASN1_item_d2i_bio.pod38 L<crypto(7)/ALGORITHM FETCHING> for more information about algorithm fetching.
51 string in I<propq>. See L<crypto(7)/ALGORITHM FETCHING> for more information
DEVP_ASYM_CIPHER_free.pod41 See L<crypto(7)/ALGORITHM FETCHING> for further information.
97 L<crypto(7)/ALGORITHM FETCHING>, L<OSSL_PROVIDER(3)>
DEVP_SIGNATURE.pod45 See L<crypto(7)/ALGORITHM FETCHING> for further information.
101 L<crypto(7)/ALGORITHM FETCHING>, L<OSSL_PROVIDER(3)>
DEVP_KEM_free.pod37 See L<crypto(7)/ALGORITHM FETCHING> for further information.
90 L<crypto(7)/ALGORITHM FETCHING>, L<OSSL_PROVIDER(3)>
DOCSP_response_status.pod57 L<crypto(7)/ALGORITHM FETCHING> for further information).
69 query string I<propq> (see L<crypto(7)/ALGORITHM FETCHING> for further
DASN1_item_new.pod22 L<crypto(7)/ALGORITHM FETCHING> for more information about algorithm fetching.
DEVP_set_default_properties.pod21 L<crypto(7)/ALGORITHM FETCHING> for information about implicit and explicit
DASN1_EXTERN_FUNCS.pod147 L<crypto(7)/ALGORITHM FETCHING> for further details. If I<asn1_ex_new_ex> is
155 L<crypto(7)/ALGORITHM FETCHING> for further details. If I<asn1_ex_d2i_ex> is
DOSSL_CRMF_pbmp_new.pod30 see L<crypto(7)/ALGORITHM FETCHING> for further information.
DEVP_BytesToKey.pod42 =head1 KEY DERIVATION ALGORITHM
DSMIME_read_ASN1.pod32 L<crypto(7)/ALGORITHM FETCHING> for further details about algorithm fetching.
DSRP_Calc_B.pod66 I<propq>. See L<crypto(7)/ALGORITHM FETCHING> for more details. The variants
DSRP_create_verifier.pod45 L<crypto(7)/ALGORITHM FETCHING>.
DX509_PUBKEY_new.pod51 the property query string I<propq>. See L<crypto(7)/ALGORITHM FETCHING> for
DEVP_DigestInit.pod146 See L<crypto(7)/ALGORITHM FETCHING> for further information.
433 See L<crypto(7)/ALGORITHM FETCHING> for more information about fetching.
736 L<crypto(7)/ALGORITHM FETCHING>,
DSSL_CTX_new.pod85 L<crypto(7)/ALGORITHM FETCHING>. Either or both the I<libctx> or I<propq>
DEVP_KDF.pod76 See L<crypto(7)/ALGORITHM FETCHING> for further information.
/third_party/openssl/doc/man1/
Dopenssl-pkeyutl.pod.in223 =head1 RSA ALGORITHM
272 =head1 RSA-PSS ALGORITHM
294 =head1 DSA ALGORITHM
300 =head1 DH ALGORITHM
305 =head1 EC ALGORITHM
/third_party/openssl/doc/man7/
Dprovider.pod98 (see L<crypto(7)/ALGORITHM FETCHING>).
Dcrypto.pod78 See also L</ALGORITHM FETCHING>.
100 =head1 ALGORITHM FETCHING

12