Searched refs:bi_init (Results 26 - 49 of 49) sorted by relevance

12

/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
H A Dkey_verification.c86 bi_init( NULL);
H A Dissuer_setup.c90 bi_init( NULL);
/netbsd-current/sys/arch/mipsco/stand/common/
H A Dboot.c123 bi_init(BOOTINFO_ADDR);
/netbsd-current/sys/arch/pmax/stand/common/
H A Dboot.c127 bi_init(BOOTINFO_ADDR);
/netbsd-current/sys/arch/evbarm/stand/boot2440/
H A Dmain.c84 static void bi_init(void *addr);
164 bi_init(bootinfo);
506 bi_init(void *addr) function
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi_openssl.c106 void bi_init( void * (*bi_alloc_p)(size_t size)) { function
121 LogDebug("bi_init() -> openssl lib\n");
122 LogDebug("bi_init() -> seed status = %d\n", RAND_status());
H A Dbi_gmp.c163 void bi_init( void * (*bi_alloc_p)(size_t size)) { function
186 printf("bi_init() -> gmp lib\n");
/netbsd-current/sys/arch/hppa/stand/boot/
H A Dboot.c141 bi_init();
/netbsd-current/sys/arch/arc/stand/boot/
H A Dboot.c148 bi_init(bootinfo);
/netbsd-current/sys/arch/mmeye/stand/boot/
H A Dboot.c202 bi_addr = bi_init();
/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A Dmain.c72 void bi_init(void *);
361 bi_init(bootinfo);
405 bi_init(void *addr) function
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dbi.h125 void bi_init( void * (*bi_alloc_p)(size_t size));
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/
H A Dtest_sign.c94 bi_init( NULL);
/netbsd-current/sys/arch/newsmips/stand/boot/
H A Dboot.c182 bi_init(BOOTINFO_ADDR);
/netbsd-current/sys/arch/emips/stand/common/
H A Dboot.c112 bi_init(BOOTINFO_ADDR);
/netbsd-current/sys/arch/sparc/stand/boot/
H A Dboot.c333 bootinfo = bi_init(marks[MARK_END] & loadaddrmask);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-relay/
H A Dinit.c145 bi->bi_init = 0;
/netbsd-current/sys/arch/cobalt/stand/boot/
H A Dboot.c429 bi_addr = bi_init();
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dboot.c278 bootinfo = bi_init(marks[MARK_END]);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
H A Dtest_join.c353 bi_init( NULL);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/test/
H A Dtest.c63 bi_init( &my_malloc);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dbackend.c101 assert( bi->bi_init != 0 );
103 rc = bi->bi_init( bi );
146 if ( aBackendInfo->bi_init == NULL ) {
153 rc = aBackendInfo->bi_init(aBackendInfo);
H A Dslap.h2248 * bi_init: called to allocate a backend_info structure,
2250 * bi_init() initializes this structure hence is
2266 BI_init *bi_init; member in struct:BackendInfo
3357 bi.bi_init = b ## _back_initialize; \
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dinit.c2051 bi->bi_init = 0;

Completed in 191 milliseconds

12