Home
last modified time | relevance | path

Searched refs:a (Results 1 – 12 of 12) sorted by relevance

/babblesim_ext_libCryptov1-latest/include/openssl/
Dbn.h360 int BN_GENCB_call(BN_GENCB *cb, int a, int b);
398 # define BN_num_bytes(a) ((BN_num_bits(a)+7)/8) argument
401 # define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \ argument
402 (((w) == 0) && ((a)->top == 0)))
403 # define BN_is_zero(a) ((a)->top == 0) argument
404 # define BN_is_one(a) (BN_abs_is_word((a),1) && !(a)->neg) argument
405 # define BN_is_word(a,w) (BN_abs_is_word((a),(w)) && (!(w) || !(a)->neg)) argument
406 # define BN_is_odd(a) (((a)->top > 0) && ((a)->d[0] & 1)) argument
408 # define BN_one(a) (BN_set_word((a),1)) argument
409 # define BN_zero_ex(a) \ argument
[all …]
Dasn1.h317 type *d2i_##name(type **a, const unsigned char **in, long len); \
318 int i2d_##name(type *a, unsigned char **out); \
322 type *d2i_##name(type **a, const unsigned char **in, long len); \
323 int i2d_##name(const type *a, unsigned char **out); \
327 int i2d_##name##_NDEF(name *a, unsigned char **out);
335 void name##_free(type *a);
583 # define M_ASN1_BIT_STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a) argument
584 # define M_ASN1_BIT_STRING_dup(a) (ASN1_BIT_STRING *)\ argument
585 ASN1_STRING_dup((const ASN1_STRING *)a)
586 # define M_ASN1_BIT_STRING_cmp(a,b) ASN1_STRING_cmp(\ argument
[all …]
Devp.h512 # define EVP_get_digestbynid(a) EVP_get_digestbyname(OBJ_nid2sn(a)) argument
513 # define EVP_get_digestbyobj(a) EVP_get_digestbynid(OBJ_obj2nid(a)) argument
514 # define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a)) argument
515 # define EVP_get_cipherbyobj(a) EVP_get_cipherbynid(OBJ_obj2nid(a)) argument
553 # define EVP_SignInit_ex(a,b,c) EVP_DigestInit_ex(a,b,c) argument
554 # define EVP_SignInit(a,b) EVP_DigestInit(a,b) argument
555 # define EVP_SignUpdate(a,b,c) EVP_DigestUpdate(a,b,c) argument
556 # define EVP_VerifyInit_ex(a,b,c) EVP_DigestInit_ex(a,b,c) argument
557 # define EVP_VerifyInit(a,b) EVP_DigestInit(a,b) argument
558 # define EVP_VerifyUpdate(a,b,c) EVP_DigestUpdate(a,b,c) argument
[all …]
Dbio.h259 # define BIO_should_read(a) BIO_test_flags(a, BIO_FLAGS_READ) argument
260 # define BIO_should_write(a) BIO_test_flags(a, BIO_FLAGS_WRITE) argument
261 # define BIO_should_io_special(a) BIO_test_flags(a, BIO_FLAGS_IO_SPECIAL) argument
262 # define BIO_retry_type(a) BIO_test_flags(a, BIO_FLAGS_RWS) argument
263 # define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) argument
294 # define BIO_CB_return(a) ((a)|BIO_CB_RETURN) argument
295 # define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) argument
296 # define BIO_cb_post(a) ((a)&BIO_CB_RETURN) argument
660 int BIO_set(BIO *a, BIO_METHOD *type);
661 int BIO_free(BIO *a);
[all …]
Dcrypto.h249 # define CRYPTO_w_lock(a) argument
250 # define CRYPTO_w_unlock(a) argument
251 # define CRYPTO_r_lock(a) argument
252 # define CRYPTO_r_unlock(a) argument
253 # define CRYPTO_add(a,b,c) ((*(a))+=(b)) argument
458 int CRYPTO_THREADID_cmp(const CRYPTO_THREADID *a, const CRYPTO_THREADID *b);
631 int CRYPTO_memcmp(const volatile void *a, const volatile void *b, size_t len);
Dobjects.h991 # define OBJ_create_and_add_object(a,b,c) OBJ_create(a,b,c) argument
1013 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
1017 int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b);
1065 type1 const *a = a_; \
1067 return nm##_cmp(a,b); \
1079 type1 const *a = a_; \
1081 return nm##_cmp(a,b); \
/babblesim_ext_libCryptov1-latest/docs/
DLICENSE1 This library contains a modified version of the OpenSSL library.
24 The OpenSSL toolkit stays under a double license, i.e. both the conditions of
104 * If this package is used in a product, Eric Young should be given attribution
106 * This can be in the form of a textual message at program startup or
123 * 4. If you include any Windows specific code (or a derivative thereof) from
177 transformation or translation of a Source form, including but
182 Object form, made available under the License, as indicated by a
189 represent, as a whole, an original work of authorship. For the purposes
206 designated in writing by the copyright owner as "Not a Contribution."
209 on behalf of whom a Contribution has been received by Licensor and
[all …]
DREADME.txt1 This is a modified OpenSSL library, with a couple of extra wrap function
4 Note that the library is compiled as a 32 bit ELF to be usable in the
/babblesim_ext_libCryptov1-latest/
DMakefile9 A_LIBS:=$(COMPONENT_OUTPUT_DIR)/libcrypto.a
22 $(COMPONENT_OUTPUT_DIR)/libcrypto.a: always_run_this_target
D.gitignore4 *.a
DMakefile.library12 LIB_CRYPTO:=libcrypto.a
/babblesim_ext_libCryptov1-latest/src/
DMakefile12 LIBS:= ../libcrypto.a \