Home
last modified time | relevance | path

Searched refs:NAME (Results 1 – 25 of 938) sorted by relevance

12345678910>>...38

/openssl/include/crypto/
H A Driscv_arch.h22 # define RISCV_DEFINE_CAP(NAME, INDEX, BIT_INDEX, \ argument
29 # define RISCV_DEFINE_CAP(NAME, INDEX, BIT_INDEX, \ argument
36 # define RISCV_DEFINE_CAP(NAME, INDEX, BIT_INDEX, \ argument
38 static inline int RISCV_HAS_##NAME(void) \
54 # define RISCV_DEFINE_CAP(NAME, INDEX, BIT_INDEX, \ argument
62 # define RISCV_DEFINE_CAP(NAME, INDEX, BIT_INDEX, \ argument
64 { #NAME, INDEX, BIT_INDEX, HWPROBE_KEY, HWPROBE_VALUE },
66 # define RISCV_DEFINE_CAP(NAME, INDEX, BIT_INDEX, \ argument
68 { #NAME, INDEX, BIT_INDEX },
75 # define RISCV_DEFINE_CAP(NAME, INDEX, BIT_INDEX, \ argument
/openssl/util/
H A Dmktar.sh19 NAME="$basename-$version"
23 --name=* ) NAME=`echo "$1" | sed -e 's|[^=]*=||'` ;;
24 --name ) shift; NAME="$1" ;;
32 if [ -z "$TARFILE" ]; then TARFILE="$NAME.tar"; fi
35 git archive --worktree-attributes -9 --prefix="$NAME/" -o $TARFILE.gz -v HEAD
/openssl/crypto/
H A Ds390xcap.c41 #define TOK_FUNC(NAME) \ argument
43 " " STR(NAME) " : %" STR(LEN) "[^:] : " \
48 if (sscanf(tok[0] + off, "%llx", &cap->NAME[0]) != 1) \
51 cap->NAME[0] = ~cap->NAME[0]; \
54 if (sscanf(tok[1] + off, "%llx", &cap->NAME[1]) != 1) \
57 cap->NAME[1] = ~cap->NAME[1]; \
60 #define TOK_CPU_ALIAS(NAME, STRUCT_NAME) \ argument
64 && !strcmp(tok[0], #NAME)) { \
68 #define TOK_CPU(NAME) TOK_CPU_ALIAS(NAME, NAME) argument
/openssl/providers/implementations/include/prov/
H A Dciphercommon.h240 # define IMPLEMENT_CIPHER_HW_OFB(MODE, NAME, CTX_NAME, KEY_NAME, FUNC_PREFIX) \ argument
241 static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \
261 # define IMPLEMENT_CIPHER_HW_ECB(MODE, NAME, CTX_NAME, KEY_NAME, FUNC_PREFIX) \ argument
262 static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \
276 # define IMPLEMENT_CIPHER_HW_CBC(MODE, NAME, CTX_NAME, KEY_NAME, FUNC_PREFIX) \ argument
277 static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \
294 # define IMPLEMENT_CIPHER_HW_CFB(MODE, NAME, CTX_NAME, KEY_NAME, FUNC_PREFIX) \ argument
295 static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \
/openssl/doc/internal/man3/
H A DOSSL_SAFE_MATH_SIGNED.pod3 =head1 NAME chapter
16 OSSL_SAFE_MATH_SIGNED(NAME, TYPE)
17 OSSL_SAFE_MATH_UNSIGNED(NAME, TYPE)
38 suffix B<I<NAME>>.
41 suffix B<I<NAME>>.
H A DDEFINE_LIST_OF.pod3 =head1 NAME chapter
21 OSSL_LIST_MEMBER(NAME, TYPE);
22 DEFINE_LIST_OF(NAME, TYPE);
H A Dossl_provider_add_conf_module.pod3 =head1 NAME chapter
/openssl/doc/man3/
H A DBN_swap.pod3 =head1 NAME chapter
H A DERR_clear_error.pod3 =head1 NAME chapter
H A DPKCS12_SAFEBAG_set0_attrs.pod3 =head1 NAME chapter
H A DSSL_get_SSL_CTX.pod3 =head1 NAME chapter
H A DPKCS12_add_CSPName_asc.pod3 =head1 NAME chapter
H A DPKCS12_add_localkeyid.pod3 =head1 NAME chapter
H A DSSL_CTX_has_client_custom_ext.pod3 =head1 NAME chapter
H A DPKCS7_type_is_other.pod3 =head1 NAME chapter
/openssl/doc/man7/
H A DEVP_MD-MD5.pod3 =head1 NAME chapter
H A DEVP_MD-MD4.pod3 =head1 NAME chapter
H A DEVP_MD-SM3.pod3 =head1 NAME chapter
H A DEVP_MD-WHIRLPOOL.pod3 =head1 NAME chapter
H A DEVP_MD-MD2.pod3 =head1 NAME chapter
H A DEVP_ASYM_CIPHER-SM2.pod3 =head1 NAME chapter
H A DEVP_CIPHER-CHACHA.pod3 =head1 NAME chapter
H A DEVP_CIPHER-RC4.pod3 =head1 NAME chapter
H A DEVP_CIPHER-BLOWFISH.pod3 =head1 NAME chapter
H A DEVP_CIPHER-IDEA.pod3 =head1 NAME chapter

Completed in 38 milliseconds

12345678910>>...38